]> code.delx.au - gnu-emacs/commitdiff
Explain that Font Lock controls fontification of special modes.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 2002 22:29:36 +0000 (22:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jun 2002 22:29:36 +0000 (22:29 +0000)
man/display.texi

index 51ed61d049d9ac1ca88af932ed7b01a8c49ee8b7..d28f7c18b72f579bd30ff61551dde1eb194db284 100644 (file)
@@ -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