aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-07-08 00:33:59 +0000
committerLuc Teirlinck2003-07-08 00:33:59 +0000
commita7b94a53d245bcd41af801a4b8e6e2dd6b46a735 (patch)
treee2a610e5369605d22bbee9ec47200997ddf277c0
parent770aff762774d46df6385396b8054821428acc26 (diff)
downloademacs-a7b94a53d245bcd41af801a4b8e6e2dd6b46a735.tar.gz
emacs-a7b94a53d245bcd41af801a4b8e6e2dd6b46a735.zip
(Font Lock): Fix typo
-rw-r--r--man/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi
index b94a101e441..b8ea515acfa 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -316,7 +316,7 @@ comments, use this:
316@findex font-lock-remove-keywords 316@findex font-lock-remove-keywords
317 To remove keywords from the font-lock highlighting patterns, use the 317 To remove keywords from the font-lock highlighting patterns, use the
318function @code{font-lock-remove-keywords}. @xref{Search-based 318function @code{font-lock-remove-keywords}. @xref{Search-based
319Fontification,,elisp}, for documentation of the format of this list. 319Fontification,,,elisp}, for documentation of the format of this list.
320 320
321@cindex just-in-time (JIT) font-lock 321@cindex just-in-time (JIT) font-lock
322@cindex background syntax highlighting 322@cindex background syntax highlighting