diff options
| author | Eli Zaretskii | 2021-05-21 09:51:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-05-21 09:51:17 +0300 |
| commit | 30e5d93ee1b938c207c4f5ec015ba2633cf423cd (patch) | |
| tree | 90304efced9e837c49a1df127f395dede1513736 | |
| parent | 8804ac857b3290852d8889e274186b20e906afdc (diff) | |
| download | emacs-30e5d93ee1b938c207c4f5ec015ba2633cf423cd.tar.gz emacs-30e5d93ee1b938c207c4f5ec015ba2633cf423cd.zip | |
Improve documentation of display tables
* doc/lispref/display.texi (Display Tables): Add a cross-reference
to the next section.
| -rw-r--r-- | doc/lispref/display.texi | 5 |
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 |
| 7482 | table, for any character whose entry in the active display table is | 7482 | table, 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 |
| 7484 | specify the characters for which you want special behavior. | 7484 | specify 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 |
| 7487 | on the screen. Since they change the number of columns the characters | 7487 | on 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 |
| 7516 | is used to override the usual character display conventions. This | 7516 | is used to override the usual character display conventions. This |
| 7517 | section describes how to make, inspect, and assign elements to a | 7517 | section describes how to make, inspect, and assign elements to a |
| 7518 | display table object. | 7518 | display table object. The next section (@pxref{Active Display Table}) |
| 7519 | describes the various standard display tables and their precedence. | ||
| 7519 | 7520 | ||
| 7520 | @defun make-display-table | 7521 | @defun make-display-table |
| 7521 | This creates and returns a display table. The table initially has | 7522 | This creates and returns a display table. The table initially has |