1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; Fix documentation of a recently added user option

* lisp/vc/vc-dispatcher.el (vc-display-failed-async-commands): Doc
fix.  Add a :version tag.
This commit is contained in:
Eli Zaretskii 2026-03-05 19:48:46 +02:00
parent caca15a42d
commit a7517d6ef8

View file

@ -152,9 +152,10 @@ logged in the *Messages* buffer, but not displayed."
(defcustom vc-display-failed-async-commands nil
"If non-nil, display VC async command buffers when the command fails.
Considers VC async commands to have failed whenever they die to a signal
or exit non-zero."
Considers VC async commands to have failed whenever they die due to a
fatal signal or exit with a non-zero status."
:type 'boolean
:version "31.1"
:group 'vc)
;; Variables the user doesn't need to know about.