(Standard Hooks): Add link to Hooks for Loading.

This commit is contained in:
Richard M. Stallman 2007-12-03 00:12:06 +00:00
parent bb49cc3e62
commit b694135c73
2 changed files with 8 additions and 0 deletions

View 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.

View 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.