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

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

[nongnu] elpa/multiple-cursors 6a04a14 428/434: Fix docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 6a04a14 428/434: Fix docstrings
Date: Sat, 7 Aug 2021 09:21:14 -0400 (EDT)

branch: elpa/multiple-cursors
commit 6a04a147cecd7c436e5addee6d91fa707882034f
Author: Masahiro Nakamura <13937915+tsuu32@users.noreply.github.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Fix docstrings
    
    Fix wrong docstrings of mc/mark-next-word-like-this and
    mc/mark-next-symbol-like-this.
---
 mc-mark-more.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mc-mark-more.el b/mc-mark-more.el
index 2e63130..6c0276c 100644
--- a/mc-mark-more.el
+++ b/mc-mark-more.el
@@ -190,7 +190,7 @@ With zero ARG, skip the last one and mark next."
 (defun mc/mark-next-word-like-this (arg)
   "Find and mark the next word of the buffer matching the currently active 
region
 The matching region must be a whole word to be a match
-If no region is active, mark the symbol at the point and find the next match
+If no region is active add a cursor on the next line
 With negative ARG, delete the last one instead.
 With zero ARG, skip the last one and mark next."
   (interactive "p")
@@ -201,7 +201,7 @@ With zero ARG, skip the last one and mark next."
 (defun mc/mark-next-symbol-like-this (arg)
   "Find and mark the next symbol of the buffer matching the currently active 
region
 The matching region must be a whole symbol to be a match
-If no region is active, mark the symbol at the point and find the next match
+If no region is active add a cursor on the next line
 With negative ARG, delete the last one instead.
 With zero ARG, skip the last one and mark next."
   (interactive "p")



reply via email to

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