mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(Autoload): Mention `autoload cookie' as synonym for
`magic autoload comment'. Add index entries and anchor.
This commit is contained in:
parent
d06ba29495
commit
ce58b669c2
1 changed files with 6 additions and 2 deletions
|
|
@ -436,8 +436,12 @@ define function @var{function-name}"}.
|
|||
|
||||
@findex update-file-autoloads
|
||||
@findex update-directory-autoloads
|
||||
A magic autoload comment consists of @samp{;;;###autoload}, on a line
|
||||
by itself, just before the real definition of the function in its
|
||||
@cindex magic autoload comment
|
||||
@cindex autoload cookie
|
||||
@anchor{autoload cookie}
|
||||
A magic autoload comment (often called an @dfn{autoload cookie})
|
||||
consists of @samp{;;;###autoload}, on a line by itself,
|
||||
just before the real definition of the function in its
|
||||
autoloadable source file. The command @kbd{M-x update-file-autoloads}
|
||||
writes a corresponding @code{autoload} call into @file{loaddefs.el}.
|
||||
Building Emacs loads @file{loaddefs.el} and thus calls @code{autoload}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue