summaryrefslogtreecommitdiff
path: root/lispref/backups.texi
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1998-11-04 10:44:32 +0000
committerSimon Marshall <simon@gnu.org>1998-11-04 10:44:32 +0000
commit8dc73b5255d165d3cd62f212e5286817e921fb2d (patch)
tree31bde5d9318932832a2b84f1853734361b981bd3 /lispref/backups.texi
parent6c2928d19d6cfb964451a2a0c8ba0a63739b9ae2 (diff)
downloademacs-8dc73b5255d165d3cd62f212e5286817e921fb2d.tar.gz
Font Lock mode doesn't use the revert hooks any more.
Diffstat (limited to 'lispref/backups.texi')
-rw-r--r--lispref/backups.texi7
1 files changed, 0 insertions, 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
-