]> git.eshelyaron.com Git - emacs.git/commitdiff
(Standard Hooks): Add link to Hooks for Loading.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:12:06 +0000 (00:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Dec 2007 00:12:06 +0000 (00:12 +0000)
lispref/ChangeLog
lispref/hooks.texi

index e0a5b2d504936c447027f9975a3ef415b0e3cd13..f91fe915d0f977de3e98df18f0387fcd4b4d3043 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-03  Richard Stallman  <rms@gnu.org>
+
+       * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
+
 2007-11-29  Richard Stallman  <rms@gnu.org>
 
        * customize.texi (Composite Types): Document `group' type.
index 019777f5eed50adbd6f789668a33a0964e58bdb5..1ab377e7e268a1427d0e19d7f23b1aa82b0a63f0 100644 (file)
@@ -31,6 +31,10 @@ these functions are called in a special way (they are passed arguments,
 or their values are used). The variables whose names end in
 @samp{-function} have single functions as their values.
 
+A special feature allows you to specify expressions to evaluate if and
+when a file is loaded (@pxref{Hooks for Loading}).  That feature is
+not exactly a hook, but does a similar job.
+
 @c We need to xref to where each hook is documented or else document
 @c it here.