diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 18:59:32 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 18:59:32 +0000 |
commit | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch) | |
tree | ca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/pcvs-defs.el | |
parent | 3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff) | |
download | emacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz |
Doc fixes.
Diffstat (limited to 'lisp/pcvs-defs.el')
-rw-r--r-- | lisp/pcvs-defs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 783e39004f8..eaf8d5f78a0 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-defs.el,v 1.15 2001/07/16 07:46:48 pj Exp $ +;; Revision: $Id: pcvs-defs.el,v 1.16 2001/10/31 17:39:07 sds Exp $ ;; This file is part of GNU Emacs. @@ -168,7 +168,7 @@ displayed when asking for confirmation." (defcustom cvs-add-default-message nil "*Default message to use when adding files. -If set to NIL, `cvs-mode-add' will always prompt for a message." +If set to nil, `cvs-mode-add' will always prompt for a message." :group 'pcl-cvs :type '(choice (const :tag "Prompt" nil) (string))) @@ -495,7 +495,7 @@ whether to use the new feature or not. Sadly, even with a new cvs executable, if you connect to an older cvs server \(typically a cvs-1.9 on the server), the old restriction applies. In such a case the sanity check made by pcl-cvs fails and you will have to manually -set this variable to T (until the cvs server is upgraded). +set this variable to t (until the cvs server is upgraded). When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error message and replace it with a message tell you to change this variable.") |