Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.54 emacs/lispref/loading.texi:1.55
*** emacs/lispref/loading.texi:1.54     Mon Feb 14 11:18:45 2005
--- emacs/lispref/loading.texi  Sat May 14 15:22:36 2005
***************
*** 436,443 ****
  
  @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
  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}.
--- 436,447 ----
  
  @findex update-file-autoloads
  @findex update-directory-autoloads
! @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}.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to