# HG changeset patch # User Simon Marshall # Date 910176272 0 # Node ID 3905e071bd2d759742e6aac8025a623305c54f6e # Parent 9e10a92252d9f572f52a1b58b64fa33ccbe61c3d Font Lock mode doesn't use the revert hooks any more. diff -r 9e10a92252d9 -r 3905e071bd2d lispref/backups.texi --- 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 -