diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/pcvs.el | |
parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r-- | lisp/pcvs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 82cd661bd02..98db59145ee 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -13,7 +13,7 @@ ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu ;; Keywords: CVS, version control, release management -;; Revision: $Id: pcvs.el,v 1.30 2001/10/30 04:41:28 monnier Exp $ +;; Revision: $Id: pcvs.el,v 1.31 2001/12/02 07:40:43 monnier Exp $ ;; This file is part of GNU Emacs. @@ -2079,7 +2079,7 @@ Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'." ;;;###autoload (defcustom cvs-dired-use-hook '(4) "Whether or not opening a CVS directory should run PCL-CVS. -NIL means never do it. +nil means never do it. ALWAYS means to always do it unless a prefix argument is given to the command that prompted the opening of the directory. Anything else means to do it only if the prefix arg is equal to this value." |