summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs-defs.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-11-24 00:21:03 -0800
committerGlenn Morris <rgm@gnu.org>2011-11-24 00:21:03 -0800
commit3adbe22462f8c670a843494dad84f8f2260a0802 (patch)
treeaf62b3ab8eac6d8e693c2ca50bb51ccc9c9e82be /lisp/vc/pcvs-defs.el
parent321decc890cabcf8b6ae8d1838fdf343eb899a55 (diff)
downloademacs-3adbe22462f8c670a843494dad84f8f2260a0802.tar.gz
emacs-3adbe22462f8c670a843494dad84f8f2260a0802.tar.bz2
emacs-3adbe22462f8c670a843494dad84f8f2260a0802.zip
Give some autoloaded things doc-strings.
* lisp/lpr.el (lpr-windows-system, lpr-lp-system): * lisp/mail/binhex.el (binhex-begin-line): * lisp/progmodes/grep.el (grep-history, grep-find-history): * lisp/textmodes/flyspell.el: * lisp/vc/pcvs-defs.el (cvs-global-menu): * lisp/vc/vc-bzr.el (vc-bzr-admin-checkout-format-file): * lisp/vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format): * lisp/vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
Diffstat (limited to 'lisp/vc/pcvs-defs.el')
-rw-r--r--lisp/vc/pcvs-defs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el
index f6340392dc2..477cd472289 100644
--- a/lisp/vc/pcvs-defs.el
+++ b/lisp/vc/pcvs-defs.el
@@ -493,7 +493,8 @@ It is expected to call the function.")
(define-key m [examine]
`(menu-item ,(purecopy "Examine Directory") cvs-examine
:help ,(purecopy "Examine the current state of a workarea")))
- (fset 'cvs-global-menu m)))
+ (fset 'cvs-global-menu m))
+ "Global menu used by PCL-CVS.")
;; cvs-1.10 and above can take file arguments in other directories