comparison lisp/emacs-lisp/autoload.el @ 2494:c0fbbfadcb04

(generate-file-autoloads): Doc fix.
author Roland McGrath <roland@gnu.org>
date Thu, 08 Apr 1993 21:47:39 +0000
parents 10e417efb12a
children 86d5500624d5
comparison
equal deleted inserted replaced
2493:3af65d9b91e7 2494:c0fbbfadcb04
96 (put 'defmacro 'doc-string-elt 3) 96 (put 'defmacro 'doc-string-elt 3)
97 97
98 (defun generate-file-autoloads (file) 98 (defun generate-file-autoloads (file)
99 "Insert at point a loaddefs autoload section for FILE. 99 "Insert at point a loaddefs autoload section for FILE.
100 autoloads are generated for defuns and defmacros in FILE 100 autoloads are generated for defuns and defmacros in FILE
101 marked by `generate-autoload-regexp' (which see). 101 marked by `generate-autoload-cookie' (which see).
102 If FILE is being visited in a buffer, the contents of the buffer 102 If FILE is being visited in a buffer, the contents of the buffer
103 are used." 103 are used."
104 (interactive "fGenerate autoloads for file: ") 104 (interactive "fGenerate autoloads for file: ")
105 (let ((outbuf (current-buffer)) 105 (let ((outbuf (current-buffer))
106 (autoloads-done '()) 106 (autoloads-done '())