summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-12-16 22:01:06 +0200
committerEli Zaretskii <eliz@gnu.org>2021-12-16 22:01:06 +0200
commit469fe6a040d6df612c00ea169670c6d8d7e58563 (patch)
tree35f45e2ff57d1524c7adb5d6662336bed24380b7
parent9e131f55d8d5a1eeb44e7c5a3a5e56804be60dba (diff)
downloademacs-469fe6a040d6df612c00ea169670c6d8d7e58563.tar.gz
; * lisp/vc/vc-dispatcher.el (vc-command-messages): Doc fix.
-rw-r--r--lisp/vc/vc-dispatcher.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el
index f4d280c1463..53cdb5eba84 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