From 469fe6a040d6df612c00ea169670c6d8d7e58563 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Dec 2021 22:01:06 +0200 Subject: [PATCH] ; * 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 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 -- 2.39.5