changeset 23627:3905e071bd2d

Font Lock mode doesn't use the revert hooks any more.
author Simon Marshall <simon@gnu.org>
date Wed, 04 Nov 1998 10:44:32 +0000
parents 9e10a92252d9
children 4a0a107fac9e
files lispref/backups.texi
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/backups.texi	Wed Nov 04 01:28:57 1998 +0000
+++ b/lispref/backups.texi	Wed Nov 04 10:44:32 1998 +0000
@@ -647,17 +647,10 @@
 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
-