aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/display.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/display.texi b/man/display.texi
index 21a65999ec3..d4d2945d584 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -282,7 +282,7 @@ one large window.
282 To turn off Follow mode, type @kbd{M-x follow-mode} a second time. 282 To turn off Follow mode, type @kbd{M-x follow-mode} a second time.
283 283
284@node Faces 284@node Faces
285@section Using Multiple Typefaces 285@section Faces: Controlling Text Display Style
286@cindex faces 286@cindex faces
287 287
288 You can specify various styles for displaying text using 288 You can specify various styles for displaying text using
@@ -298,11 +298,11 @@ terminals support inverse video, bold, and underline attributes; some
298support colors. Text-only terminals generally do not support changing 298support colors. Text-only terminals generally do not support changing
299the height and width or the font family. 299the height and width or the font family.
300 300
301 Emacs uses faces automatically for highlighting, through the work of 301 Most major modes assign faces to the text automatically through the
302Font Lock mode. @xref{Font Lock}, for more information about Font 302work of Font Lock mode. @xref{Font Lock}, for more information about
303Lock mode and syntactic highlighting. You can print out the buffer 303Font Lock mode and syntactic highlighting. You can print the current
304with the highlighting that appears on your screen using the command 304buffer with the highlighting that appears on your screen using the
305@code{ps-print-buffer-with-faces}. @xref{PostScript}. 305command @code{ps-print-buffer-with-faces}. @xref{PostScript}.
306 306
307 You control the appearance of a part of the text in the buffer by 307 You control the appearance of a part of the text in the buffer by
308specifying the face or faces to use for it. The style of display used 308specifying the face or faces to use for it. The style of display used