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:
parent
62f0a2b229
commit
758597fb3e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user