aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorCharles A. Roelli2018-03-12 20:16:53 +0100
committerCharles A. Roelli2018-03-12 20:16:53 +0100
commit758597fb3ea6e02afb28b1b3f99a4fe0598883af (patch)
tree8131c9d4090a11f531923ec18fe5ea9172daaadf /lisp/vc
parent62f0a2b229604fca83bc2ebf67b0eaa179810e36 (diff)
downloademacs-758597fb3ea6e02afb28b1b3f99a4fe0598883af.tar.gz
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."
693(defun vc-dir-unmark () 693(defun vc-dir-unmark ()
694 "Unmark the current file or all files in the region. 694 "Unmark the current file or all files in the region.
695If the region is active, unmark all the files in the region. 695If the region is active, unmark all the files in the region.
696Otherwise mark the file on the current line and move to the next 696Otherwise unmark the file on the current line and move to the next
697line." 697line."
698 (interactive) 698 (interactive)
699 (vc-dir-mark-unmark 'vc-dir-unmark-file)) 699 (vc-dir-mark-unmark 'vc-dir-unmark-file))