diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-23 11:50:36 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-23 11:50:36 +0000 |
commit | 23b809c2a7f08503b91628ece06939dedaa617de (patch) | |
tree | 9d6c3b2528503a65e0d31399a35c3bbd61b43759 /lisp/emacs-lisp | |
parent | 3c7e7ccb346297201fa75ff2ca41fea746065ddf (diff) | |
download | emacs-23b809c2a7f08503b91628ece06939dedaa617de.tar.gz emacs-23b809c2a7f08503b91628ece06939dedaa617de.tar.bz2 emacs-23b809c2a7f08503b91628ece06939dedaa617de.zip |
Fix autoload cookies.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |