comparison man/display.texi @ 89966:d8411455de48

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487 Tweak permissions * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490 Update from CVS: man/fixit.texi (Spelling): Fix typo. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495 Update from CVS: Add missing lisp/mh-e files * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 27 Aug 2004 07:00:34 +0000
parents 68c22ea6027c 7594fd57477f
children 0b158db81c28
comparison
equal deleted inserted replaced
89965:5e9097d1ad99 89966:d8411455de48
314 @end example 314 @end example
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
318 function @code{font-lock-remove-keywords}. @xref{Search-based 318 function @code{font-lock-remove-keywords}. @xref{Search-based
319 Fontification,,,elisp}, for documentation of the format of this list. 319 Fontification,,, elisp, The Emacs Lisp Reference Manual}, for
320 documentation of the format of this list.
320 321
321 @cindex just-in-time (JIT) font-lock 322 @cindex just-in-time (JIT) font-lock
322 @cindex background syntax highlighting 323 @cindex background syntax highlighting
323 Fontifying large buffers can take a long time. To avoid large 324 Fontifying large buffers can take a long time. To avoid large
324 delays when a file is visited, Emacs fontifies only the visible 325 delays when a file is visited, Emacs fontifies only the visible