summaryrefslogtreecommitdiff
path: root/man/display.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-23 13:11:34 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-23 13:11:34 +0000
commit4063fff35d4b066e8f3205a57fca5582417e6d06 (patch)
tree70060702354b970736934320bbb4de5072b319f6 /man/display.texi
parent124c3a1baf5fba79334b2793cfbf922ba229ae23 (diff)
downloademacs-4063fff35d4b066e8f3205a57fca5582417e6d06.tar.gz
(Font Lock): Document font-lock-remove-keywords.
Diffstat (limited to 'man/display.texi')
-rw-r--r--man/display.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index 5a65eb24824..b2c28d16dda 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -292,6 +292,10 @@ comments, use this:
'(("\\<\\(FIXME\\):" 1 font-lock-warning-face t)))
@end example
+@findex font-lock-remove-keywords
+ To remove keywords from the font-lock highlighting patterns, use the
+function @code{font-lock-remove-keywords}.
+
@node Highlight Changes
@section Highlight Changes Mode