Fix autoload cookies.
This commit is contained in:
parent
3c7e7ccb34
commit
23b809c2a7
5 changed files with 19 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue