]> code.delx.au - gnu-emacs/blobdiff - man/display.texi
(Face Resources): Split table into font resources and the rest.
[gnu-emacs] / man / display.texi
index 37edc372fa043541f1712b4de1ffe747a5bad9d0..83b5ae485546805d6e0b3c4b588f8e8117bce4c6 100644 (file)
@@ -1,6 +1,6 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
-@c   2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Display, Search, Registers, Top
 @chapter Controlling the Display
@@ -472,7 +472,7 @@ This face determines the colors and font of Emacs's menus.  @xref{Menu
 Bars}.  Setting the font of LessTif/Motif menus is currently not
 supported; attempts to set the font are ignored in this case.
 Likewise, attempts to customize this face in Emacs built with GTK and
-in the MS-Windows port are ignored by the respective GUI toolkits;
+in the MS-Windows/Mac ports are ignored by the respective GUI toolkits;
 you need to use system-wide styles and options to change the
 appearance of the menus.
 @end table
@@ -557,13 +557,13 @@ buffer fontification is suppressed.
 @cindex brace in column zero and fontification
   Comment and string fontification (or ``syntactic'' fontification)
 relies on analysis of the syntactic structure of the buffer text.  For
-the sake of speed, some modes, including C mode and Lisp mode,
-rely on a special convention: an open-parenthesis or open-brace in the
-leftmost column always defines the @w{beginning} of a defun, and is
-thus always outside any string or comment.  (@xref{Left Margin
-Paren}.)  If you don't follow this convention, Font Lock mode can
-misfontify the text that follows an open-parenthesis or open-brace in
-the leftmost column that is inside a string or comment.
+the sake of speed, some modes, including Lisp mode, rely on a special
+convention: an open-parenthesis or open-brace in the leftmost column
+always defines the @w{beginning} of a defun, and is thus always
+outside any string or comment.  (@xref{Left Margin Paren}.)  If you
+don't follow this convention, Font Lock mode can misfontify the text
+that follows an open-parenthesis or open-brace in the leftmost column
+that is inside a string or comment.
 
 @cindex slow display during scrolling
   The variable @code{font-lock-beginning-of-syntax-function} (always
@@ -985,7 +985,7 @@ either as escape sequences or as graphics.  They do not normally occur
 in multibyte buffers, but if they do, they are displayed as Latin-1
 graphics.  In unibyte mode, if you enable European display they are
 displayed using their graphics (assuming your terminal supports them),
-otherwise as escape sequences.  @xref{Single-Byte Character Support}.
+otherwise as escape sequences.  @xref{Unibyte Mode}.
 
 @vindex nobreak-char-display
 @cindex no-break space, display