mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(generate-autoload-cookie, update-autoloads-here): Doc fixes.
This commit is contained in:
parent
73d615812f
commit
d08589bfd1
@ -51,8 +51,8 @@ Returns nil if FORM is not a defun or defmacro."
|
||||
nil)))
|
||||
|
||||
(defconst generate-autoload-cookie ";;;###autoload"
|
||||
"Magic comment that tells \\[update-file-autoloads]
|
||||
to make the following form into an autoload. This string should be
|
||||
"Magic comment indicating the following form should be autoloaded.
|
||||
Used by \\[update-file-autoloads]. This string should be
|
||||
meaningless to Lisp (e.g., a comment).
|
||||
|
||||
This string is used:
|
||||
@ -277,8 +277,8 @@ Then do \\[exit-recursive-edit]."
|
||||
|
||||
;;;###autoload
|
||||
(defun update-autoloads-here ()
|
||||
"Update the sections of the current buffer generated by
|
||||
\\[update-file-autoloads]."
|
||||
"\
|
||||
Update sections of the current buffer generated by \\[update-file-autoloads]."
|
||||
(interactive)
|
||||
(let ((generated-autoload-file (buffer-file-name)))
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user