emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors b99d54a 047/434: Fix error message.


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors b99d54a 047/434: Fix error message.
Date: Sat, 7 Aug 2021 09:19:52 -0400 (EDT)

branch: elpa/multiple-cursors
commit b99d54a3d9cc39e52e1a62a97b1fafbca58bf5fc
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Fix error message.
---
 multiple-cursors-core.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index b4d14c2..8171055 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -126,7 +126,7 @@ Commands that are neither supported nor explicitly 
unsupported
 is executed normally for point, but skipped for the fake
 cursors."
   (if (memq this-original-command mc--unsupported-cmds)
-      (message "%S is not supported with multiple cursors. %s"
+      (message "%S is not supported with multiple cursors%s"
                this-original-command
                (get this-original-command 'mc--unsupported-msg))
     (if (not (memq this-original-command mc--cmds))
@@ -182,8 +182,8 @@ from being executed if in multiple-cursors-mode."
          ad-do-it))))
 
 ;; Commands that does not work with multiple-cursors
-(unsupported-cmd isearch-forward ". Feel free to add a multiple-cursors 
friendly version.")
-(unsupported-cmd isearch-backward ". Feel free to add a multiple-cursors 
friendly version.")
+(unsupported-cmd isearch-forward ". Feel free to add a compatible version.")
+(unsupported-cmd isearch-backward ". Feel free to add a compatible version.")
 (unsupported-cmd delete-char ", delete-forward-char is preferred for 
interactive use.")
 
 ;; Commands to run only once (not yet in use)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]