/[emacs]/emacs/lispref/loading.texi
ViewVC logotype

Diff of /emacs/lispref/loading.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by lute, Mon Feb 14 11:18:45 2005 UTC revision 1.55 by teirllm, Sat May 14 15:22:36 2005 UTC
# Line 436  define function @var{function-name}"}. Line 436  define function @var{function-name}"}.
436    
437  @findex update-file-autoloads  @findex update-file-autoloads
438  @findex update-directory-autoloads  @findex update-directory-autoloads
439    A magic autoload comment consists of @samp{;;;###autoload}, on a line  @cindex magic autoload comment
440  by itself, just before the real definition of the function in its  @cindex autoload cookie
441    @anchor{autoload cookie}
442      A magic autoload comment (often called an @dfn{autoload cookie})
443    consists of @samp{;;;###autoload}, on a line by itself,
444    just before the real definition of the function in its
445  autoloadable source file.  The command @kbd{M-x update-file-autoloads}  autoloadable source file.  The command @kbd{M-x update-file-autoloads}
446  writes a corresponding @code{autoload} call into @file{loaddefs.el}.  writes a corresponding @code{autoload} call into @file{loaddefs.el}.
447  Building Emacs loads @file{loaddefs.el} and thus calls @code{autoload}.  Building Emacs loads @file{loaddefs.el} and thus calls @code{autoload}.

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26