aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1998-11-04 10:44:32 +0000
committerSimon Marshall <[email protected]>1998-11-04 10:44:32 +0000
commit2187547f972c3c8a4742a0cc9b8c678af656c599 (patch)
tree425a8f19319d6446a9a322080b5456f1aceaf11b
parentc654fd9e7d47874254f264e1a71bcb2e9f86cc3f (diff)
Font Lock mode doesn't use the revert hooks any more.
-rw-r--r--lispref/backups.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi
index e18c2ba782..9a4292e5d8 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
-