From: Lute Kamstra Date: Thu, 28 Apr 2005 11:35:02 +0000 (+0000) Subject: (Standard Hooks): Add Font-Lock hooks. X-Git-Tag: ttn-vms-21-2-B4~682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b3a5f9fd4ca3885985e4575d9749efc6f6791dc;p=emacs.git (Standard Hooks): Add Font-Lock hooks. --- 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}.