Mercurial > emacs
changeset 3774:3b0cb275ca29
(generate-autoload-cookie, update-autoloads-here): Doc fixes.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 16 Jun 1993 22:08:23 +0000 |
parents | c8af104daa60 |
children | 0ea7f6cb0a35 |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Wed Jun 16 22:07:28 1993 +0000 +++ b/lisp/emacs-lisp/autoload.el Wed Jun 16 22:08:23 1993 +0000 @@ -51,8 +51,8 @@ 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 @@ ;;;###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