From 2187547f972c3c8a4742a0cc9b8c678af656c599 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Wed, 4 Nov 1998 10:44:32 +0000 Subject: [PATCH] Font Lock mode doesn't use the revert hooks any more. --- lispref/backups.texi | 7 ------- 1 file changed, 7 deletions(-) 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 - -- 2.39.2