1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 02:12:18 -07:00

; Fix documentation of vc-command-messages.

This commit is contained in:
Sean Whitton 2026-03-05 12:06:12 +00:00
parent d0ab336906
commit bdc4a93535

View file

@ -890,9 +890,11 @@ and @kbd{C-x v i} can save the current buffer without asking, and
@vindex vc-command-messages
VC mode does much of its work by running the shell commands for the
appropriate version control system. If @code{vc-command-messages} is
non-@code{nil}, VC displays messages to indicate which shell commands
it runs, and additional messages when the commands finish.
appropriate version control system. If @code{vc-command-messages} has
the value @code{log}, VC logs messages to the @file{*Messages*} buffer
to indicate which shell commands it runs, and logs additional messages
when the commands finish. If the variable has any other non-@code{nil}
value, Emacs both logs and displays these messages.
@vindex vc-async-checkin
Normally checkin operations are done synchronously; that is, Emacs