]> git.eshelyaron.com Git - emacs.git/commitdiff
(Autoload): Mention `autoload cookie' as synonym for
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 15:22:36 +0000 (15:22 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 14 May 2005 15:22:36 +0000 (15:22 +0000)
`magic autoload comment'.  Add index entries and anchor.

lispref/loading.texi

index e12826af2f8c783649e0de89534efed6a644fafd..4049877e7826ac5db71b48189d2d16bb0e9deec3 100644 (file)
@@ -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}.