Mercurial > emacs
changeset 61908:100e0fab95e5
(Standard Hooks): Add Font-Lock hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 28 Apr 2005 11:35:02 +0000 |
parents | eea6ec994be4 |
children | b5cd4f1a1855 |
files | lispref/hooks.texi |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/hooks.texi Thu Apr 28 11:33:59 2005 +0000 +++ b/lispref/hooks.texi Thu Apr 28 11:35:02 2005 +0000 @@ -148,6 +148,27 @@ @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}.