diff options
author | Miles Bader <miles@gnu.org> | 2007-10-09 08:52:57 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-09 08:52:57 +0000 |
commit | 1af74d06e5bdafad9d629d2ed729c5d743cfaf0f (patch) | |
tree | 0360965ec0ad2736ffee01cce4f040c6b0a99133 /doc/emacs/display.texi | |
parent | eceb3266a1f66a0034954aa82efbb20a5be959f8 (diff) | |
parent | 4b70e299ef66906fd285198003c72a1439d1f252 (diff) | |
download | emacs-1af74d06e5bdafad9d629d2ed729c5d743cfaf0f.tar.gz emacs-1af74d06e5bdafad9d629d2ed729c5d743cfaf0f.tar.bz2 emacs-1af74d06e5bdafad9d629d2ed729c5d743cfaf0f.zip |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r-- | doc/emacs/display.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 21a65999ec3..d4d2945d584 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -282,7 +282,7 @@ one large window. To turn off Follow mode, type @kbd{M-x follow-mode} a second time. @node Faces -@section Using Multiple Typefaces +@section Faces: Controlling Text Display Style @cindex faces You can specify various styles for displaying text using @@ -298,11 +298,11 @@ terminals support inverse video, bold, and underline attributes; some support colors. Text-only terminals generally do not support changing the height and width or the font family. - Emacs uses faces automatically for highlighting, through the work of -Font Lock mode. @xref{Font Lock}, for more information about Font -Lock mode and syntactic highlighting. You can print out the buffer -with the highlighting that appears on your screen using the command -@code{ps-print-buffer-with-faces}. @xref{PostScript}. + Most major modes assign faces to the text automatically through the +work of Font Lock mode. @xref{Font Lock}, for more information about +Font Lock mode and syntactic highlighting. You can print the current +buffer with the highlighting that appears on your screen using the +command @code{ps-print-buffer-with-faces}. @xref{PostScript}. You control the appearance of a part of the text in the buffer by specifying the face or faces to use for it. The style of display used |