]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc-dispatcher.el (vc-command-messages): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Dec 2021 20:01:06 +0000 (22:01 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Dec 2021 20:01:06 +0000 (22:01 +0200)
lisp/vc/vc-dispatcher.el

index f4d280c14630de0ed0b886560b8e9725db9e2f9b..53cdb5eba84896856d4a3b929725bc24fae6798e 100644 (file)
@@ -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