diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-07 20:44:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-07 20:44:13 +0000 |
commit | cd77ce13365e914a2220f8398df2e94181899609 (patch) | |
tree | f23e8981aa03d3aacad419ffbaf395e40af7e6d2 /man/display.texi | |
parent | 43b4d3c02b08591be308e0f969d0eb6835d0eee2 (diff) | |
download | emacs-cd77ce13365e914a2220f8398df2e94181899609.tar.gz |
(Font Lock): Add xref for format info on font-lock-remove-keywords.
Diffstat (limited to 'man/display.texi')
-rw-r--r-- | man/display.texi | 3 |
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: @findex font-lock-remove-keywords To remove keywords from the font-lock highlighting patterns, use the -function @code{font-lock-remove-keywords}. +function @code{font-lock-remove-keywords}. @xref{Search-based +Fontification,,elisp}, for documentation of the format of this list. @cindex just-in-time (JIT) font-lock @cindex background syntax highlighting |