diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-24 03:45:41 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-24 03:45:41 +0000 |
commit | 09139bc51ac3948a89346dc209b00d02fdfd17af (patch) | |
tree | 66246730419ff75302412e85e1ed5af91184728f /man/display.texi | |
parent | 5485e3ecfb39b927f323e7cce5e9b52b48a9e069 (diff) | |
download | emacs-09139bc51ac3948a89346dc209b00d02fdfd17af.tar.gz |
(Font Lock): Correct invalid @xref.
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 2c530ec480a..b78eb8ab939 100644 --- a/man/display.texi +++ b/man/display.texi @@ -316,7 +316,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}. @xref{Search-based -Fontification,,,elisp}, for documentation of the format of this list. +Fontification,,, elisp, The Emacs Lisp Reference Manual}, for +documentation of the format of this list. @cindex just-in-time (JIT) font-lock @cindex background syntax highlighting |