]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:04 +0000 (14:15 +0800)
lisp/vc/vc-dir.el

index db595331bbd0bda117997c124832ebb9ab0e2a41..18da6e335781072d5c3a27a12868fee8f1ce6d20 100644 (file)
@@ -697,7 +697,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))