Mercurial > emacs
changeset 8925:b05788fd41f0
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 19 Sep 1994 21:50:07 +0000 |
parents | c64235231b19 |
children | 2231664084c2 |
files | lispref/display.texi |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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