From 23b809c2a7f08503b91628ece06939dedaa617de Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 23 Apr 2001 11:50:36 +0000 Subject: Fix autoload cookies. --- lisp/emacs-lisp/checkdoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index a2bca2a9b47..5bc22cc19de 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -899,7 +899,7 @@ Return nil if there are no more doc strings." (skip-chars-forward " \n\t") t)) -;;; ###autoload +;;;###autoload (defun checkdoc-comments (&optional take-notes) "Find missing comment sections in the current Emacs Lisp file. Prefix argument TAKE-NOTES non-nil means to save warnings in a -- cgit v1.2.3