From: Eli Zaretskii Date: Sun, 19 Oct 2008 13:00:20 +0000 (+0000) Subject: Mention `before-hack-local-variables-hook' and `hack-local-variables-hook'. X-Git-Tag: emacs-pretest-23.0.90~2371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66af33fc8f4f1aba08bfebe206931751058d55ba;p=emacs.git Mention `before-hack-local-variables-hook' and `hack-local-variables-hook'. --- diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index bdab188b566..16bf506db9e 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -72,6 +72,9 @@ not exactly a hook, but does a similar job. @item before-change-functions @xref{Change Hooks}. +@item before-hack-local-variables-hook +@xref{File Local Variables}. + @item before-init-hook @xref{Init File}. @@ -181,6 +184,9 @@ for appointment notification. @item font-lock-unfontify-buffer-function @xref{Other Font Lock Variables}. +@item hack-local-variables-hook +@xref{File Local Variables}. + @item font-lock-unfontify-region-function @xref{Other Font Lock Variables}.