diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:16:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:16:40 +0000 |
commit | 21146bfc196ec7f72beb246f12e01fc02849191c (patch) | |
tree | a7fc8d7fb586dfb9f4f1665492cb92e01156e7ca /lisp | |
parent | 8ef0f5a2984b744bad52b32a21c1d09d3b9dcaae (diff) | |
download | emacs-21146bfc196ec7f72beb246f12e01fc02849191c.tar.gz emacs-21146bfc196ec7f72beb246f12e01fc02849191c.tar.bz2 emacs-21146bfc196ec7f72beb246f12e01fc02849191c.zip |
(cvs-dired-use-hook): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/pcvs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 4a5f208ad19..eb6e88e7f2f 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -2315,7 +2315,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. +A value of 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." |