emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 758597f: * lisp/vc/vc-dir.el (vc-dir-unmark): Fix


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 758597f: * lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.
Date: Mon, 12 Mar 2018 15:05:15 -0400 (EDT)

branch: emacs-26
commit 758597fb3ea6e02afb28b1b3f99a4fe0598883af
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.
---
 lisp/vc/vc-dir.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index b439fe7..0cd05b9 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]