1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

* lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.

This commit is contained in:
Charles A. Roelli 2018-03-12 20:16:53 +01:00
parent 62f0a2b229
commit 758597fb3e

View File

@ -693,7 +693,7 @@ share the same state."
(defun vc-dir-unmark ()
"Unmark the current file or all files in the region.
If the region is active, unmark all the files in the region.
Otherwise mark the file on the current line and move to the next
Otherwise unmark the file on the current line and move to the next
line."
(interactive)
(vc-dir-mark-unmark 'vc-dir-unmark-file))