emacs-diffs
[Top][All Lists]
Advanced

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

master 469fe6a: ; * lisp/vc/vc-dispatcher.el (vc-command-messages): Doc


From: Eli Zaretskii
Subject: master 469fe6a: ; * lisp/vc/vc-dispatcher.el (vc-command-messages): Doc fix.
Date: Thu, 16 Dec 2021 15:01:39 -0500 (EST)

branch: master
commit 469fe6a040d6df612c00ea169670c6d8d7e58563
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/vc/vc-dispatcher.el (vc-command-messages): Doc fix.
---
 lisp/vc/vc-dispatcher.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el
index f4d280c..53cdb5e 100644
--- a/lisp/vc/vc-dispatcher.el
+++ b/lisp/vc/vc-dispatcher.el
@@ -127,11 +127,12 @@ preserve the setting."
   :group 'vc)
 
 (defcustom vc-command-messages nil
-  "If non-nil, display and log run messages from back-end commands.
-If `log', messages are logged to the *Messages* buffer but not displayed."
+  "If non-nil, display and log messages about running back-end commands.
+If the value is `log', messages about running VC back-end commands are
+logged in the *Messages* buffer, but not displayed."
   :type '(choice (const :tag "No messages" nil)
                  (const :tag "Display and log messages" t)
-                 (const :tag "Log messages" log))
+                 (const :tag "Log messages, but don't display" log))
   :group 'vc)
 
 (defcustom vc-suppress-confirm nil



reply via email to

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