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 [EMACS_23_1_RC]


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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/07/11 19:38:31

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&only_with_tag=EMACS_23_1_RC&r1=1.290.2.15&r2=1.290.2.16
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/loading.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.10&r2=1.10.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.290.2.15
retrieving revision 1.290.2.16
diff -u -b -r1.290.2.15 -r1.290.2.16
--- ChangeLog   11 Jul 2009 19:31:10 -0000      1.290.2.15
+++ ChangeLog   11 Jul 2009 19:38:30 -0000      1.290.2.16
@@ -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.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- loading.texi        12 Mar 2009 01:06:53 -0000      1.10
+++ loading.texi        11 Jul 2009 19:38:31 -0000      1.10.2.1
@@ -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]