diff options
| -rw-r--r-- | doc/lispref/hooks.texi | 6 |
1 files changed, 6 insertions, 0 deletions
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. | |||
| 72 | @item before-change-functions | 72 | @item before-change-functions |
| 73 | @xref{Change Hooks}. | 73 | @xref{Change Hooks}. |
| 74 | 74 | ||
| 75 | @item before-hack-local-variables-hook | ||
| 76 | @xref{File Local Variables}. | ||
| 77 | |||
| 75 | @item before-init-hook | 78 | @item before-init-hook |
| 76 | @xref{Init File}. | 79 | @xref{Init File}. |
| 77 | 80 | ||
| @@ -181,6 +184,9 @@ for appointment notification. | |||
| 181 | @item font-lock-unfontify-buffer-function | 184 | @item font-lock-unfontify-buffer-function |
| 182 | @xref{Other Font Lock Variables}. | 185 | @xref{Other Font Lock Variables}. |
| 183 | 186 | ||
| 187 | @item hack-local-variables-hook | ||
| 188 | @xref{File Local Variables}. | ||
| 189 | |||
| 184 | @item font-lock-unfontify-region-function | 190 | @item font-lock-unfontify-region-function |
| 185 | @xref{Other Font Lock Variables}. | 191 | @xref{Other Font Lock Variables}. |
| 186 | 192 | ||