[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/loading.texi
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/loading.texi |
Date: |
Sat, 14 May 2005 11:22:36 -0400 |
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}.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/loading.texi,
Luc Teirlinck <=