mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Fix the doc string of mc/mark-pop, which was not updated after a copy.
This commit is contained in:
parent
398cc9e466
commit
e8d734452e
@ -4,9 +4,8 @@
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun mc/mark-pop ()
|
(defun mc/mark-pop ()
|
||||||
"Add one cursor to each line of the active region.
|
"Add a cursor at the current point, pop off mark ring and jump
|
||||||
Starts from mark and moves in straight down or up towards the
|
to the popped mark."
|
||||||
line point is on."
|
|
||||||
(interactive)
|
(interactive)
|
||||||
;; If the mark happens to be at the current point, just pop that one off.
|
;; If the mark happens to be at the current point, just pop that one off.
|
||||||
(while (eql (mark) (point))
|
(while (eql (mark) (point))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user