aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2025-05-09 16:38:16 +0100
committerSean Whitton2025-05-09 16:38:16 +0100
commit63f73de839b3142a3587ccb6edecc78d5232bced (patch)
tree175f7eedb7804ad381dcd1420a7f5dd74830cb54
parent2102554a486e457cf020a03b72276e532afc98ea (diff)
downloademacs-63f73de839b3142a3587ccb6edecc78d5232bced.tar.gz
emacs-63f73de839b3142a3587ccb6edecc78d5232bced.zip
; * doc/emacs/vc1-xtra.texi (General VC Options): Fix markup.
-rw-r--r--doc/emacs/vc1-xtra.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi
index b4e1e82dcb9..975499cc787 100644
--- a/doc/emacs/vc1-xtra.texi
+++ b/doc/emacs/vc1-xtra.texi
@@ -388,10 +388,10 @@ slow, such as Git repositories where you check in changes to very large
388files, or Mercurial repositories with a very large number of files. 388files, or Mercurial repositories with a very large number of files.
389 389
390 For those backends which support it, setting @code{vc-async-checkin} 390 For those backends which support it, setting @code{vc-async-checkin}
391to non-nil switches to doing checkin operations asynchronously. This is 391to non-@code{nil} switches to doing checkin operations asynchronously.
392particularly useful as a directory local variable in repositories where 392This is particularly useful as a directory local variable in
393checkin operations are slow 393repositories where checkin operations are slow (@pxref{Directory Local
394(@pxref{Directory Local Variables,,,elisp,GNU Emacs Lisp Reference Manual}). 394Variables,,,elisp,GNU Emacs Lisp Reference Manual}).
395 395
396 While an asynchronous checkin operation is in progress, if you use 396 While an asynchronous checkin operation is in progress, if you use
397@kbd{C-x C-s} to save a buffer visiting any file within the current VC 397@kbd{C-x C-s} to save a buffer visiting any file within the current VC