]> git.eshelyaron.com Git - emacs.git/commitdiff
Font Lock mode doesn't use the revert hooks any more.
authorSimon Marshall <simon@gnu.org>
Wed, 4 Nov 1998 10:44:32 +0000 (10:44 +0000)
committerSimon Marshall <simon@gnu.org>
Wed, 4 Nov 1998 10:44:32 +0000 (10:44 +0000)
lispref/backups.texi

index e18c2ba78268c0272ab96ad21881fc0dccc9c57f..9a4292e5d806d8a75b0f62d7129c0467f67fe1b7 100644 (file)
@@ -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
-