diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-28 11:35:02 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-28 11:35:02 +0000 |
commit | 5b3a5f9fd4ca3885985e4575d9749efc6f6791dc (patch) | |
tree | c071f028a9bdd79b7f6066a8a9a90377854fa4ee /lispref/hooks.texi | |
parent | 51750684cf8c137c05ff8a9380d97ede740667f2 (diff) | |
download | emacs-5b3a5f9fd4ca3885985e4575d9749efc6f6791dc.tar.gz |
(Standard Hooks): Add Font-Lock hooks.
Diffstat (limited to 'lispref/hooks.texi')
-rw-r--r-- | lispref/hooks.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index d4a559adf37..92dcb038b24 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -148,6 +148,27 @@ for appointment notification. @item first-change-hook @xref{Change Hooks}. +@item font-lock-beginning-of-syntax-function +@xref{Syntactic Font Lock}. + +@item font-lock-fontify-buffer-function +@xref{Other Font Lock Variables}. + +@item font-lock-fontify-region-function +@xref{Other Font Lock Variables}. + +@item font-lock-mark-block-function +@xref{Other Font Lock Variables}. + +@item font-lock-syntactic-face-function +@xref{Syntactic Font Lock}. + +@item font-lock-unfontify-buffer-function +@xref{Other Font Lock Variables}. + +@item font-lock-unfontify-region-function +@xref{Other Font Lock Variables}. + @item initial-calendar-window-hook @inforef{Calendar Customizing,, emacs-xtra}. |