* loading.texi (Hooks for Loading): Remove unnecessary manual advice
about eval-after-load.
+2011-02-09 Reuben Thomas <rrt@sc3d.org>
+
+ * loading.texi (Hooks for Loading): Remove unnecessary advice
+ about eval-after-load (Bug#7986).
+
2011-02-05 Chong Yidong <cyd@stupidchicken.com>
* commands.texi (Accessing Mouse): Note that a header line is not
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