From: Charles A. Roelli Date: Mon, 12 Mar 2018 19:16:53 +0000 (+0100) Subject: * lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54002234014a1662750bd2692bc9fa0944857693;p=emacs.git * lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation. --- diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index db595331bbd..18da6e33578 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -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))