mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +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))))
|
||||
|
||||
(defun mc/keyboard-quit ()
|
||||
"Deactivate mark if there are any active, otherwise exit multiple-cursors-mode."
|
||||
(interactive)
|
||||
(if (not (use-region-p))
|
||||
(multiple-cursors-mode 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user