1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Font Lock): Correct invalid @xref.

This commit is contained in:
Luc Teirlinck 2004-08-24 03:45:41 +00:00
parent 5485e3ecfb
commit 09139bc51a
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2004-08-23 Luc Teirlinck <teirllm@auburn.edu>
* display.texi (Font Lock): Correct invalid @xref.
* search.texi (Regexps): Correct cryptic @ref.
(Configuring Scrolling): Correct invalid @xref.
(Regexp Replace): Standardize reference to hardcopy Elisp Manual
in @pxref.
2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
* kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):

View File

@ -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