aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-07 20:44:13 +0000
committerRichard M. Stallman2003-07-07 20:44:13 +0000
commitcd77ce13365e914a2220f8398df2e94181899609 (patch)
treef23e8981aa03d3aacad419ffbaf395e40af7e6d2
parent43b4d3c02b08591be308e0f969d0eb6835d0eee2 (diff)
downloademacs-cd77ce13365e914a2220f8398df2e94181899609.tar.gz
emacs-cd77ce13365e914a2220f8398df2e94181899609.zip
(Font Lock): Add xref for format info on font-lock-remove-keywords.
-rw-r--r--man/display.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi
index e192db56a51..b94a101e441 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -315,7 +315,8 @@ comments, use this:
315 315
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}. 318function @code{font-lock-remove-keywords}. @xref{Search-based
319Fontification,,elisp}, for documentation of the format of this list.
319 320
320@cindex just-in-time (JIT) font-lock 321@cindex just-in-time (JIT) font-lock
321@cindex background syntax highlighting 322@cindex background syntax highlighting