From: Simon Marshall Date: Wed, 4 Nov 1998 10:44:32 +0000 (+0000) Subject: Font Lock mode doesn't use the revert hooks any more. X-Git-Tag: emacs-20.4~1322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2187547f972c3c8a4742a0cc9b8c678af656c599;p=emacs.git Font Lock mode doesn't use the revert hooks any more. --- diff --git a/lispref/backups.texi b/lispref/backups.texi index e18c2ba7826..9a4292e5d80 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi @@ -647,17 +647,10 @@ the user has asked to read the auto-save file. This normal hook is run by @code{revert-buffer} before actually inserting the modified contents---but only if @code{revert-buffer-function} is @code{nil}. - -Font Lock mode uses this hook to record that the buffer contents are no -longer fontified. @end defvar @defvar after-revert-hook This normal hook is run by @code{revert-buffer} after actually inserting the modified contents---but only if @code{revert-buffer-function} is @code{nil}. - -Font Lock mode uses this hook to recompute the fonts for the updated -buffer contents. @end defvar -