(generate-autoload-cookie, update-autoloads-here): Doc fixes.

This commit is contained in:
Roland McGrath 1993-06-16 22:08:23 +00:00
parent 73d615812f
commit d08589bfd1

View file

@ -51,8 +51,8 @@ Returns nil if FORM is not a defun or defmacro."
nil))) nil)))
(defconst generate-autoload-cookie ";;;###autoload" (defconst generate-autoload-cookie ";;;###autoload"
"Magic comment that tells \\[update-file-autoloads] "Magic comment indicating the following form should be autoloaded.
to make the following form into an autoload. This string should be Used by \\[update-file-autoloads]. This string should be
meaningless to Lisp (e.g., a comment). meaningless to Lisp (e.g., a comment).
This string is used: This string is used:
@ -277,8 +277,8 @@ Then do \\[exit-recursive-edit]."
;;;###autoload ;;;###autoload
(defun update-autoloads-here () (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) (interactive)
(let ((generated-autoload-file (buffer-file-name))) (let ((generated-autoload-file (buffer-file-name)))
(save-excursion (save-excursion