emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/display.texi,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/display.texi,v [EMACS_22_BASE]
Date: Mon, 27 Aug 2007 03:55:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/08/27 03:55:07

Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/display.texi,v
retrieving revision 1.130.2.1
retrieving revision 1.130.2.2
diff -u -b -r1.130.2.1 -r1.130.2.2
--- display.texi        7 Jun 2007 13:27:30 -0000       1.130.2.1
+++ display.texi        27 Aug 2007 03:55:07 -0000      1.130.2.2
@@ -282,7 +282,7 @@
   To turn off Follow mode, type @kbd{M-x follow-mode} a second time.
 
 @node Faces
address@hidden Using Multiple Typefaces
address@hidden Faces: Controlling Text Display Style
 @cindex faces
 
   You can specify various styles for displaying text using
@@ -298,11 +298,11 @@
 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
address@hidden  @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]