diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-09 19:15:54 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-09 19:15:54 +0800 |
commit | 8d0b26f65d9d4cf52a11a273073cd52fb1feaf13 (patch) | |
tree | 7f39c1636b11d1494acf25403c1c7b28f3536aea /lisp/vc/vc-hooks.el | |
parent | 2bc4a7255ddd60597033cffe9f9cfe93b7523373 (diff) | |
download | emacs-8d0b26f65d9d4cf52a11a273073cd52fb1feaf13.tar.gz |
Minor doc fix.
* lisp/vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
* lisp/vc/vc-hooks.el (vc-stay-local): Doc fix.
* doc/emacs/vc1-xtra.texi (CVS Options): Fix the default value of
`vc-cvs-stay-local'.
Diffstat (limited to 'lisp/vc/vc-hooks.el')
-rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 5c8a4515b7e..284481ee524 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -128,7 +128,7 @@ See also variable `vc-consult-headers'." This avoids slow queries over the network and instead uses heuristics and past information to determine the current status of a file. -If value is the symbol `only-file' `vc-dir' will connect to the +If value is the symbol `only-file', `vc-dir' will connect to the server, but heuristics will be used to determine the status for all other VC operations. |