comparison lisp/pcvs.el @ 80931:f8f244768968

(cvs-dired-use-hook): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 13:16:40 +0000
parents e3694f1cb928
children 4986050dd338 31beec9ee600
comparison
equal deleted inserted replaced
80930:80bf93c36e12 80931:f8f244768968
2313 :type '(choice (const cvs-examine) (const cvs-status) (const cvs-quickdir))) 2313 :type '(choice (const cvs-examine) (const cvs-status) (const cvs-quickdir)))
2314 2314
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.
2318 nil means never do it. 2318 A value of nil means never do it.
2319 ALWAYS means to always do it unless a prefix argument is given to the 2319 ALWAYS 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.
2321 Anything else means to do it only if the prefix arg is equal to this value." 2321 Anything else means to do it only if the prefix arg is equal to this value."
2322 :group 'pcl-cvs 2322 :group 'pcl-cvs
2323 :type '(choice (const :tag "Never" nil) 2323 :type '(choice (const :tag "Never" nil)