* lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.
This commit is contained in:
parent
62f0a2b229
commit
758597fb3e
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ share the same state."
|
||||||
(defun vc-dir-unmark ()
|
(defun vc-dir-unmark ()
|
||||||
"Unmark the current file or all files in the region.
|
"Unmark the current file or all files in the region.
|
||||||
If the region is active, unmark all the 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."
|
line."
|
||||||
(interactive)
|
(interactive)
|
||||||
(vc-dir-mark-unmark 'vc-dir-unmark-file))
|
(vc-dir-mark-unmark 'vc-dir-unmark-file))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue