From: Richard M. Stallman Date: Mon, 3 Dec 2007 00:12:06 +0000 (+0000) Subject: (Standard Hooks): Add link to Hooks for Loading. X-Git-Tag: emacs-pretest-22.1.90~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b694135c737dd12cc7fec306b1154b19c06953bf;p=emacs.git (Standard Hooks): Add link to Hooks for Loading. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e0a5b2d5049..f91fe915d0f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Richard Stallman + + * hooks.texi (Standard Hooks): Add link to Hooks for Loading. + 2007-11-29 Richard Stallman * customize.texi (Composite Types): Document `group' type. diff --git a/lispref/hooks.texi b/lispref/hooks.texi index 019777f5eed..1ab377e7e26 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -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.