aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/pcvs.el2
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'."
2315;;;###autoload 2315;;;###autoload
2316(defcustom cvs-dired-use-hook '(4) 2316(defcustom cvs-dired-use-hook '(4)
2317 "Whether or not opening a CVS directory should run PCL-CVS. 2317 "Whether or not opening a CVS directory should run PCL-CVS.
2318nil means never do it. 2318A value of nil means never do it.
2319ALWAYS means to always do it unless a prefix argument is given to the 2319ALWAYS means to always do it unless a prefix argument is given to the
2320 command that prompted the opening of the directory. 2320 command that prompted the opening of the directory.
2321Anything else means to do it only if the prefix arg is equal to this value." 2321Anything else means to do it only if the prefix arg is equal to this value."