diff options
| author | Sean Whitton | 2025-05-09 16:38:16 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-05-09 16:38:16 +0100 |
| commit | 63f73de839b3142a3587ccb6edecc78d5232bced (patch) | |
| tree | 175f7eedb7804ad381dcd1420a7f5dd74830cb54 | |
| parent | 2102554a486e457cf020a03b72276e532afc98ea (diff) | |
| download | emacs-63f73de839b3142a3587ccb6edecc78d5232bced.tar.gz emacs-63f73de839b3142a3587ccb6edecc78d5232bced.zip | |
; * doc/emacs/vc1-xtra.texi (General VC Options): Fix markup.
| -rw-r--r-- | doc/emacs/vc1-xtra.texi | 8 |
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 | |||
| 388 | files, or Mercurial repositories with a very large number of files. | 388 | files, 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} |
| 391 | to non-nil switches to doing checkin operations asynchronously. This is | 391 | to non-@code{nil} switches to doing checkin operations asynchronously. |
| 392 | particularly useful as a directory local variable in repositories where | 392 | This is particularly useful as a directory local variable in |
| 393 | checkin operations are slow | 393 | repositories where checkin operations are slow (@pxref{Directory Local |
| 394 | (@pxref{Directory Local Variables,,,elisp,GNU Emacs Lisp Reference Manual}). | 394 | Variables,,,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 |