diff options
| -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 |