From: Richard M. Stallman Date: Thu, 30 Jun 1994 19:34:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/b663a40d994081cec18fcde06deb048577dac914 *** empty log message *** --- diff --git a/lispref/display.texi b/lispref/display.texi index 071b3a569b..3d61492fda 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1049,7 +1049,9 @@ This creates and returns a display table. The table initially has element says how to display the character code @var{n}. 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 (@pxref{Usual Display}). +the usual display conventions (@pxref{Usual Display}). Note that the +display table has no effect on the tab and newline characters; they are +always displayed as whitespace in their usual special fashion. The remaining five elements of a display table serve special purposes, and @code{nil} means use the default stated below.