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-Tag: emacs-26.1-rc1~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=758597fb3ea6e02afb28b1b3f99a4fe0598883af;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 b439fe736d5..0cd05b943ec 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))