summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2018-03-12 20:16:53 +0100
committerCharles A. Roelli <charles@aurox.ch>2018-03-12 20:16:53 +0100
commit758597fb3ea6e02afb28b1b3f99a4fe0598883af (patch)
tree8131c9d4090a11f531923ec18fe5ea9172daaadf /lisp/vc
parent62f0a2b229604fca83bc2ebf67b0eaa179810e36 (diff)
downloademacs-758597fb3ea6e02afb28b1b3f99a4fe0598883af.tar.gz
emacs-758597fb3ea6e02afb28b1b3f99a4fe0598883af.tar.bz2
emacs-758597fb3ea6e02afb28b1b3f99a4fe0598883af.zip
* lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-dir.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index b439fe736d5..0cd05b943ec 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -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))