comparison lispref/display.texi @ 8096:355f353f7c74

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Jun 1994 19:34:49 +0000
parents 7db892210924
children b05788fd41f0
comparison
equal deleted inserted replaced
8095:8d24be305959 8096:355f353f7c74
1047 1047
1048 The first 256 elements correspond to character codes; the @var{n}th 1048 The first 256 elements correspond to character codes; the @var{n}th
1049 element says how to display the character code @var{n}. The value 1049 element says how to display the character code @var{n}. The value
1050 should be @code{nil} or a vector of glyph values (@pxref{Glyphs}). If 1050 should be @code{nil} or a vector of glyph values (@pxref{Glyphs}). If
1051 an element is @code{nil}, it says to display that character according to 1051 an element is @code{nil}, it says to display that character according to
1052 the usual display conventions (@pxref{Usual Display}). 1052 the usual display conventions (@pxref{Usual Display}). Note that the
1053 display table has no effect on the tab and newline characters; they are
1054 always displayed as whitespace in their usual special fashion.
1053 1055
1054 The remaining five elements of a display table serve special purposes, 1056 The remaining five elements of a display table serve special purposes,
1055 and @code{nil} means use the default stated below. 1057 and @code{nil} means use the default stated below.
1056 1058
1057 @table @asis 1059 @table @asis