From 54002234014a1662750bd2692bc9fa0944857693 Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Mon, 12 Mar 2018 20:16:53 +0100 Subject: [PATCH] * 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 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)) -- 2.39.2