From: Reuben Thomas Date: Wed, 9 Feb 2011 00:28:06 +0000 (-0500) Subject: Remove unnecessary manual advice about eval-after-load (Bug#7986). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfcb151a965a2970f26161f24abd8aed59433fd6;p=emacs.git Remove unnecessary manual advice about eval-after-load (Bug#7986). * loading.texi (Hooks for Loading): Remove unnecessary manual advice about eval-after-load. --- 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 @@ +2011-02-09 Reuben Thomas + + * loading.texi (Hooks for Loading): Remove unnecessary advice + about eval-after-load (Bug#7986). + 2011-02-05 Chong Yidong * 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. If you need to call functions defined by that library, you should load the library, preferably with @code{require} (@pxref{Named Features}). -But it is OK to use @code{eval-after-load} in your personal -customizations if you don't feel that they must meet the design -standards for programs meant for wider use. - @defvar after-load-alist This variable stores an alist built by @code{eval-after-load}, containing the expressions to evaluate when certain libraries are