]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.
authorCharles A. Roelli <charles@aurox.ch>
Mon, 12 Mar 2018 19:16:53 +0000 (20:16 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Mon, 12 Mar 2018 19:16:53 +0000 (20:16 +0100)
lisp/vc/vc-dir.el

index b439fe736d57911c1ee62ac9ed87a0261cd00dc4..0cd05b943ec93198f44ddddcce666e501990661a 100644 (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))