aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas2011-02-08 19:28:06 -0500
committerChong Yidong2011-02-08 19:28:06 -0500
commitbfcb151a965a2970f26161f24abd8aed59433fd6 (patch)
treeea80e938465db4cd013c8ffb391b77209e43a75b
parentee6a57ab2012cf05cbb7ade25794b053c3e77ea6 (diff)
downloademacs-bfcb151a965a2970f26161f24abd8aed59433fd6.tar.gz
emacs-bfcb151a965a2970f26161f24abd8aed59433fd6.zip
Remove unnecessary manual advice about eval-after-load (Bug#7986).
* loading.texi (Hooks for Loading): Remove unnecessary manual advice about eval-after-load.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/loading.texi4
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index aab3fc16f1a..0f1f0425478 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-02-09 Reuben Thomas <rrt@sc3d.org>
2
3 * loading.texi (Hooks for Loading): Remove unnecessary advice
4 about eval-after-load (Bug#7986).
5
12011-02-05 Chong Yidong <cyd@stupidchicken.com> 62011-02-05 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * commands.texi (Accessing Mouse): Note that a header line is not 8 * commands.texi (Accessing Mouse): Note that a header line is not
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index 4e47647360f..ca233ac5f21 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -1000,10 +1000,6 @@ it immediately---there is no need to wait until the library is loaded.
1000If you need to call functions defined by that library, you should load 1000If you need to call functions defined by that library, you should load
1001the library, preferably with @code{require} (@pxref{Named Features}). 1001the library, preferably with @code{require} (@pxref{Named Features}).
1002 1002
1003But it is OK to use @code{eval-after-load} in your personal
1004customizations if you don't feel that they must meet the design
1005standards for programs meant for wider use.
1006
1007@defvar after-load-alist 1003@defvar after-load-alist
1008This variable stores an alist built by @code{eval-after-load}, 1004This variable stores an alist built by @code{eval-after-load},
1009containing the expressions to evaluate when certain libraries are 1005containing the expressions to evaluate when certain libraries are