aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index fed1762e30c..5290a043374 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -7481,7 +7481,7 @@ Chars}.
7481 The above display conventions apply even when there is a display 7481 The above display conventions apply even when there is a display
7482table, for any character whose entry in the active display table is 7482table, for any character whose entry in the active display table is
7483@code{nil}. Thus, when you set up a display table, you need only 7483@code{nil}. Thus, when you set up a display table, you need only
7484specify the characters for which you want special behavior. 7484specify the characters for which you want special display behavior.
7485 7485
7486 The following variables affect how certain characters are displayed 7486 The following variables affect how certain characters are displayed
7487on the screen. Since they change the number of columns the characters 7487on the screen. Since they change the number of columns the characters
@@ -7515,7 +7515,8 @@ command @code{tab-to-tab-stop}. @xref{Indent Tabs}.
7515(@pxref{Char-Tables}), with @code{display-table} as its subtype, which 7515(@pxref{Char-Tables}), with @code{display-table} as its subtype, which
7516is used to override the usual character display conventions. This 7516is used to override the usual character display conventions. This
7517section describes how to make, inspect, and assign elements to a 7517section describes how to make, inspect, and assign elements to a
7518display table object. 7518display table object. The next section (@pxref{Active Display Table})
7519describes the various standard display tables and their precedence.
7519 7520
7520@defun make-display-table 7521@defun make-display-table
7521This creates and returns a display table. The table initially has 7522This creates and returns a display table. The table initially has