summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-04-24 21:34:39 +0000
committerRichard M. Stallman <rms@gnu.org>2005-04-24 21:34:39 +0000
commit86f7c203484e301de4bd9cf3f842980c10ef73f0 (patch)
tree8e2b7977db771fdecd215c44aaf60955d7aa6a2e /man
parentd2f290154dfda09d00c99ca1d26facd0810256f5 (diff)
downloademacs-86f7c203484e301de4bd9cf3f842980c10ef73f0.tar.gz
Delete info about lazy-lock.el and fast-lock.el.
Diffstat (limited to 'man')
-rw-r--r--man/ack.texi18
-rw-r--r--man/faq.texi11
2 files changed, 3 insertions, 26 deletions
diff --git a/man/ack.texi b/man/ack.texi
index 5920bd197ef..1a6d24fd81f 100644
--- a/man/ack.texi
+++ b/man/ack.texi
@@ -696,21 +696,9 @@ Brian Marick and Daniel LaLiberte wrote @file{hideif.el}, support for
hiding selected code within C @code{#ifdef} clauses.
@item
-Simon Marshall wrote:
-
-@itemize @minus
-@item
-@file{fast-lock.el}, which caches the face data computed by Font Lock mode,
-@item
-@file{lazy-lock.el}, which delays fontification in Font Lock mode
-until text is actually displayed, and
-@item
-@file{regexp-opt.el}, which generates a regular expression from a list
-of strings.
-@end itemize
-
-Simon also extended @file{comint.el}, originally written by Olin
-Shivers.
+Simon Marshall wrote @file{regexp-opt.el}, which generates a regular
+expression from a list of strings. He also extended @file{comint.el},
+originally written by Olin Shivers.
@item
Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and Stefan
diff --git a/man/faq.texi b/man/faq.texi
index dc55c4b89b3..641f1f5b307 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -2549,17 +2549,6 @@ information, see the documentation for
@code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
describe-variable @key{RET}}).
-@cindex Lazy font-lock
-You might also want to investigate @code{fast-lock-mode} and
-@code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up
-highlighting. These are the alternatives for @code{jit-lock-mode} in
-versions of Emacs before 21.1. The advantage of @code{lazy-lock-mode}
-is that it only fontifies buffers when certain conditions are met, such
-as after a certain amount of idle time, or after you have finished
-scrolling through text. See the documentation for @code{lazy-lock-mode}
-by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function
-@key{RET} lazy-lock-mode @key{RET}}).
-
Also see the documentation for the function @code{font-lock-mode},
available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
describe-function @key{RET} font-lock-mode @key{RET}}).