mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add docstring.
This commit is contained in:
parent
139202758b
commit
53dd119b56
@ -127,6 +127,7 @@ you should disable multiple-cursors-mode."
|
|||||||
(overlays-in (point-min) (point-max))))
|
(overlays-in (point-min) (point-max))))
|
||||||
|
|
||||||
(defun mc/keyboard-quit ()
|
(defun mc/keyboard-quit ()
|
||||||
|
"Deactivate mark if there are any active, otherwise exit multiple-cursors-mode."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (not (use-region-p))
|
(if (not (use-region-p))
|
||||||
(multiple-cursors-mode 0)
|
(multiple-cursors-mode 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user