From: Richard M. Stallman Date: Wed, 26 Jun 2002 22:29:36 +0000 (+0000) Subject: Explain that Font Lock controls fontification of special modes. X-Git-Tag: ttn-vms-21-2-B4~14428 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/8cc11660c06b9270a0a7274e0f81480a0dc72f24 Explain that Font Lock controls fontification of special modes. --- diff --git a/man/display.texi b/man/display.texi index 51ed61d049..d28f7c18b7 100644 --- a/man/display.texi +++ b/man/display.texi @@ -195,13 +195,14 @@ on your screen using the command @code{ps-print-buffer-with-faces}. @cindex mode, Font Lock @cindex syntax highlighting and coloring - Font Lock mode is a minor mode, always local to a particular -buffer, which highlights (or ``fontifies'') using various faces -according to the syntax of the text you are editing. It can -recognize comments and strings in most languages; in several -languages, it can also recognize and properly highlight various other -important constructs---for example, names of functions being defined -or reserved keywords. + Font Lock mode is a minor mode, always local to a particular buffer, +which highlights (or ``fontifies'') using various faces according to +the syntax of the text you are editing. It can recognize comments and +strings in most languages; in several languages, it can also recognize +and properly highlight various other important constructs---for +example, names of functions being defined or reserved keywords. +Some special modes, such as Occur mode and Info mode, have completely +specialized ways of assigning fonts for Font Lock mode. @findex font-lock-mode @findex turn-on-font-lock