]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/hooks.texi
Merge from emacs--rel--22
[gnu-emacs] / doc / lispref / hooks.texi
index d0bb2de8675f0404b19062aafe627290c13949bc..3f7f4b4d8bb5b0a5336f83045e10484010bd420d 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.