comparison lispref/hooks.texi @ 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 6d19c76d81c5
children a1e16e813aed
comparison
equal deleted inserted replaced
79530:02c5da0e480d 79531:ee2d2779916f
29 usually @dfn{abnormal hooks}; their values are lists of functions, but 29 usually @dfn{abnormal hooks}; their values are lists of functions, but
30 these functions are called in a special way (they are passed arguments, 30 these functions are called in a special way (they are passed arguments,
31 or their values are used). The variables whose names end in 31 or their values are used). The variables whose names end in
32 @samp{-function} have single functions as their values. 32 @samp{-function} have single functions as their values.
33 33
34 A special feature allows you to specify expressions to evaluate if and
35 when a file is loaded (@pxref{Hooks for Loading}). That feature is
36 not exactly a hook, but does a similar job.
37
34 @c We need to xref to where each hook is documented or else document 38 @c We need to xref to where each hook is documented or else document
35 @c it here. 39 @c it here.
36 40
37 @table @code 41 @table @code
38 @item activate-mark-hook 42 @item activate-mark-hook