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

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

[nongnu] elpa/multiple-cursors 725369c 253/434: Merge pull request #97 f


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 725369c 253/434: Merge pull request #97 from knu/fix-mc-mark-pop-doc
Date: Sat, 7 Aug 2021 09:20:37 -0400 (EDT)

branch: elpa/multiple-cursors
commit 725369c4458e4f5270dbf2e5a2fa4f9156be5d07
Merge: 398cc9e e8d7344
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Merge pull request #97 from knu/fix-mc-mark-pop-doc
    
    Fix the doc string of mc/mark-pop, which was not updated after a copy.
---
 mc-mark-pop.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mc-mark-pop.el b/mc-mark-pop.el
index b93a267..8a18381 100644
--- a/mc-mark-pop.el
+++ b/mc-mark-pop.el
@@ -4,9 +4,8 @@
 
 ;;;###autoload
 (defun mc/mark-pop ()
-  "Add one cursor to each line of the active region.
-Starts from mark and moves in straight down or up towards the
-line point is on."
+  "Add a cursor at the current point, pop off mark ring and jump
+to the popped mark."
   (interactive)
   ;; If the mark happens to be at the current point, just pop that one off.
   (while (eql (mark) (point))



reply via email to

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