Add docstring.

This commit is contained in:
Magnar Sveen 2012-06-07 19:05:00 +02:00
parent 139202758b
commit 53dd119b56

View File

@ -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)