]> code.delx.au - gnu-emacs/commitdiff
(Display Table Format): Wording clarification
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Sep 2006 01:32:27 +0000 (01:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Sep 2006 01:32:27 +0000 (01:32 +0000)
lispref/ChangeLog
lispref/display.texi

index 3ce4978d956aeca60d03076b1579a2b4d9d90980..7999014e11470da5f904c1eb595d126ba8c3cdb5 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-11  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Display Table Format): Wording clarification.
+
 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * keymaps.texi (Active Keymaps): Mention that key-binding checks
index fccae22f072d2ca32ccdbda0c2dd015779b51f81..af8cbe08897f0384cf8f707da27690335d3e2860 100644 (file)
@@ -5118,13 +5118,14 @@ This creates and returns a display table.  The table initially has
 
   The ordinary elements of the display table are indexed by character
 codes; the element at index @var{c} says how to display the character
-code @var{c}.  The value should be @code{nil} or a vector of glyph
-values (@pxref{Glyphs}).  If an element is @code{nil}, it says to
-display that character according to the usual display conventions
+code @var{c}.  The value should be @code{nil} or a vector of the
+glyphs to be output (@pxref{Glyphs}).  @code{nil} says to display the
+character @var{c} according to the usual display conventions
 (@pxref{Usual Display}).
 
-  If you use the display table to change the display of newline
-characters, the whole buffer will be displayed as one long ``line.''
+  @strong{Warning:} if you use the display table to change the display
+of newline characters, the whole buffer will be displayed as one long
+``line.''
 
   The display table also has six ``extra slots'' which serve special
 purposes.  Here is a table of their meanings; @code{nil} in any slot