]> git.eshelyaron.com Git - emacs.git/commitdiff
Kevin Ryde <user42 at zip.com.au>
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Jul 2009 19:39:24 +0000 (19:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Jul 2009 19:39:24 +0000 (19:39 +0000)
(Named Features): Refer to eval-after-load.

doc/lispref/ChangeLog
doc/lispref/loading.texi

index fc709b05d146c0fcdd58d614bb59a8a8303eb65f..41d866f35e799cde4a9ed5536ac6d27909e7e9f4 100644 (file)
@@ -1,14 +1,14 @@
-2009-07-11  Glenn Morris  <rgm@gnu.org>
-
-       * searching.texi (Regexp Backslash): Fix typo.
-
 2009-07-11  Kevin Ryde  <user42@zip.com.au>
 
        * hooks.texi (Standard Hooks): Fix cross-references.
 
+       * loading.texi (Named Features): Refer to eval-after-load.
+
 2009-07-11  Glenn Morris  <rgm@gnu.org>
 
-       * elisp.texi (Top):  Display copyright notice at start of non-TeX.
+       * searching.texi (Regexp Backslash): Fix typo.
+
+       * elisp.texi (Top): Display copyright notice at start of non-TeX.
 
 2009-07-10  Glenn Morris  <rgm@gnu.org>
 
index d093fde1928ca3ecb0d4487cbb41fd1444d112ec..f39efbac6a5a4d7abcedf97882a113670964834d 100644 (file)
@@ -733,10 +733,11 @@ loaded, into the current Emacs session.  This means that the facilities
 associated with @var{feature} are or will be available for other Lisp
 programs.
 
-The direct effect of calling @code{provide} is to add @var{feature} to
-the front of the list @code{features} if it is not already in the list.
-The argument @var{feature} must be a symbol.  @code{provide} returns
-@var{feature}.
+The direct effect of calling @code{provide} is if not already in
+@var{features} then to add @var{feature} to the front of that list and
+call any @code{eval-after-load} code waiting for it (@pxref{Hooks for
+Loading}).  The argument @var{feature} must be a symbol.
+@code{provide} returns @var{feature}.
 
 If provided, @var{subfeatures} should be a list of symbols indicating
 a set of specific subfeatures provided by this version of