emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog loading.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog loading.texi
Date: Sat, 11 Jul 2009 19:39:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/11 19:39:24

Modified files:
        doc/lispref    : ChangeLog loading.texi 

Log message:
        Kevin Ryde  <user42 at zip.com.au>
        
        (Named Features): Refer to eval-after-load.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.305&r2=1.306
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/loading.texi?cvsroot=emacs&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- ChangeLog   11 Jul 2009 19:32:00 -0000      1.305
+++ ChangeLog   11 Jul 2009 19:39:24 -0000      1.306
@@ -1,13 +1,13 @@
-2009-07-11  Glenn Morris  <address@hidden>
-
-       * searching.texi (Regexp Backslash): Fix typo.
-
 2009-07-11  Kevin Ryde  <address@hidden>
 
        * hooks.texi (Standard Hooks): Fix cross-references.
 
+       * loading.texi (Named Features): Refer to eval-after-load.
+
 2009-07-11  Glenn Morris  <address@hidden>
 
+       * searching.texi (Regexp Backslash): Fix typo.
+
        * elisp.texi (Top):  Display copyright notice at start of non-TeX.
 
 2009-07-10  Glenn Morris  <address@hidden>

Index: loading.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/loading.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- loading.texi        12 Mar 2009 01:06:53 -0000      1.10
+++ loading.texi        11 Jul 2009 19:39:24 -0000      1.11
@@ -733,10 +733,11 @@
 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
address@hidden
+The direct effect of calling @code{provide} is if not already in
address@hidden 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.
address@hidden returns @var{feature}.
 
 If provided, @var{subfeatures} should be a list of symbols indicating
 a set of specific subfeatures provided by this version of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]