# HG changeset patch # User Jim Blandy # Date 780011407 0 # Node ID b05788fd41f065198e3841c42cabb196f32a1053 # Parent c64235231b19616f142bf464808db82e42aaee65 *** empty log message *** diff -r c64235231b19 -r b05788fd41f0 lispref/display.texi --- a/lispref/display.texi Mon Sep 19 20:24:47 1994 +0000 +++ b/lispref/display.texi Mon Sep 19 21:50:07 1994 +0000 @@ -1038,7 +1038,7 @@ @node Display Table Format @subsection Display Table Format - A display table is actually an array of 261 elements. + A display table is actually an array of 262 elements. @defun make-display-table This creates and returns a display table. The table initially has @@ -1053,7 +1053,7 @@ 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, + The remaining six elements of a display table serve special purposes, and @code{nil} means use the default stated below. @table @asis @@ -1070,6 +1070,9 @@ @item 260 A vector of glyphs for indicating the presence of invisible lines (the default is @samp{...}). @xref{Selective Display}. +@item 261 +The glyph used to draw the border between side-by-side windows (the +default is @samp{|}). @xref{Splitting Windows}. @end table For example, here is how to construct a display table that mimics the