diff options
| author | Xue Fuqiao | 2013-06-09 19:15:54 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-06-09 19:15:54 +0800 |
| commit | 8d0b26f65d9d4cf52a11a273073cd52fb1feaf13 (patch) | |
| tree | 7f39c1636b11d1494acf25403c1c7b28f3536aea /lisp | |
| parent | 2bc4a7255ddd60597033cffe9f9cfe93b7523373 (diff) | |
| download | emacs-8d0b26f65d9d4cf52a11a273073cd52fb1feaf13.tar.gz emacs-8d0b26f65d9d4cf52a11a273073cd52fb1feaf13.zip | |
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')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/vc/vc-cvs.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7173c5cacf..a6f45a1d727 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-06-09 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix. | ||
| 4 | |||
| 5 | * vc/vc-hooks.el (vc-stay-local): Doc fix. | ||
| 6 | |||
| 1 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> | 7 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> |
| 2 | 8 | ||
| 3 | * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused | 9 | * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused |
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index eee896056c6..17b278d1ce4 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el | |||
| @@ -115,7 +115,7 @@ This is only meaningful if you don't use the implicit checkout model | |||
| 115 | This avoids slow queries over the network and instead uses heuristics | 115 | This avoids slow queries over the network and instead uses heuristics |
| 116 | and past information to determine the current status of a file. | 116 | and past information to determine the current status of a file. |
| 117 | 117 | ||
| 118 | If value is the symbol `only-file' `vc-dir' will connect to the | 118 | If value is the symbol `only-file', `vc-dir' will connect to the |
| 119 | server, but heuristics will be used to determine the status for | 119 | server, but heuristics will be used to determine the status for |
| 120 | all other VC operations. | 120 | all other VC operations. |
| 121 | 121 | ||
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'." | |||
| 128 | This avoids slow queries over the network and instead uses heuristics | 128 | This avoids slow queries over the network and instead uses heuristics |
| 129 | and past information to determine the current status of a file. | 129 | and past information to determine the current status of a file. |
| 130 | 130 | ||
| 131 | If value is the symbol `only-file' `vc-dir' will connect to the | 131 | If value is the symbol `only-file', `vc-dir' will connect to the |
| 132 | server, but heuristics will be used to determine the status for | 132 | server, but heuristics will be used to determine the status for |
| 133 | all other VC operations. | 133 | all other VC operations. |
| 134 | 134 | ||