]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 9 Jun 2013 11:15:54 +0000 (19:15 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 9 Jun 2013 11:15:54 +0000 (19:15 +0800)
* 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'.

doc/emacs/ChangeLog
doc/emacs/vc1-xtra.texi
lisp/ChangeLog
lisp/vc/vc-cvs.el
lisp/vc/vc-hooks.el

index 31fd58f8048c0f42764d9104525529b1b71db55a..9f9f7da7d82eaf881d2fd09c45eaf6548b27c129 100644 (file)
@@ -1,6 +1,7 @@
 2013-06-09  Xue Fuqiao  <xfq.free@gmail.com>
 
        * vc1-xtra.texi (Revision Tags): Add a cross reference.
+       (CVS Options): Fix the default value of `vc-cvs-stay-local'.
 
 2013-06-07  Xue Fuqiao  <xfq.free@gmail.com>
 
index 0b1096087253689b48aa43153b5f8fb5237b0e3e..96e171855a5cb70004f6928858cf65cfb0c50891 100644 (file)
@@ -384,12 +384,12 @@ ends that support it, including CVS@.  In the following, we will talk
 only about @code{vc-cvs-stay-local}, but everything applies to
 @code{vc-stay-local} as well.
 
-  If @code{vc-cvs-stay-local} is @code{t} (the default), VC determines
-the version control status of each file using only the entry in the
-local CVS subdirectory and the information returned by previous CVS
-commands.  As a consequence, if you have modified a file and somebody
-else has checked in other changes, you will not be notified of the
-conflict until you try to commit.
+  If @code{vc-cvs-stay-local} is @code{only-file} (the default), VC
+determines the version control status of each file using only the
+entry in the local CVS subdirectory and the information returned by
+previous CVS commands.  As a consequence, if you have modified a file
+and somebody else has checked in other changes, you will not be
+notified of the conflict until you try to commit.
 
   If you change @code{vc-cvs-stay-local} to @code{nil}, VC queries the
 remote repository @emph{before} it decides what to do in
index b7173c5cacf4a9f7f7a99e0e4980b12bac345462..a6f45a1d727253ef12cd9dd545a339b22f28ca4f 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
+
+       * vc/vc-hooks.el (vc-stay-local): Doc fix.
+
 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
 
        * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
index eee896056c6cdc513014d8515e25647064c65b53..17b278d1ce4bd4cb14f32871b77ee49e5736339e 100644 (file)
@@ -115,7 +115,7 @@ This is only meaningful if you don't use the implicit checkout model
 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.
 
index 5c8a4515b7ea5e9b2cacbbb90bd47153299c78ca..284481ee5241366ece21173f2e57b4f030c1226e 100644 (file)
@@ -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.