Doc fixes.
[bpt/emacs.git] / lisp / pcvs-defs.el
index 0d66176..eaf8d5f 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-defs.el,v 1.14 2001/05/18 16:59:52 sds 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)))
@@ -352,7 +352,7 @@ This variable is buffer local and only used in the *cvs* buffer.")
     ("=" .     cvs-mode-diff)
     ("d" .     cvs-mode-diff-map)
     ;; keys that operate on individual files
-    ("\C-k"  cvs-mode-acknowledge)
+    ("\C-k" .  cvs-mode-acknowledge)
     ("A" .     cvs-mode-add-change-log-entry-other-window)
     ;;("B" .   cvs-mode-byte-compile-files)
     ("C" .     cvs-mode-commit-setup)
@@ -365,7 +365,7 @@ This variable is buffer local and only used in the *cvs* buffer.")
     ("c" .     cvs-mode-commit)
     ("e" .     cvs-mode-examine)
     ("f" .     cvs-mode-find-file)
-    ([RET] .   cvs-mode-find-file)
+    ("\C-m" .  cvs-mode-find-file)
     ("i" .     cvs-mode-ignore)
     ("l" .     cvs-mode-log)
     ("o" .     cvs-mode-find-file-other-window)
@@ -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.")