diff options
| author | Richard M. Stallman | 1994-06-30 19:34:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-30 19:34:49 +0000 |
| commit | b663a40d994081cec18fcde06deb048577dac914 (patch) | |
| tree | e05644b2b533bf8bf5fe11f22368d05a2a79b3b0 | |
| parent | 260600e5fb62f9085061de6b1271a6b3213a46a1 (diff) | |
| download | emacs-b663a40d994081cec18fcde06deb048577dac914.tar.gz emacs-b663a40d994081cec18fcde06deb048577dac914.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 071b3a569b4..3d61492fda1 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1049,7 +1049,9 @@ This creates and returns a display table. The table initially has | |||
| 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. |