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:
parent
caca15a42d
commit
a7517d6ef8
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue