changeset 79531:ee2d2779916f

(Standard Hooks): Add link to Hooks for Loading.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Dec 2007 00:12:02 +0000
parents 02c5da0e480d
children 670bd779f37e
files lispref/hooks.texi
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hooks.texi	Sun Dec 02 20:03:56 2007 +0000
+++ b/lispref/hooks.texi	Mon Dec 03 00:12:02 2007 +0000
@@ -31,6 +31,10 @@
 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.