emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 30e5d93: Improve documentation of display tables


From: Eli Zaretskii
Subject: emacs-27 30e5d93: Improve documentation of display tables
Date: Fri, 21 May 2021 02:51:54 -0400 (EDT)

branch: emacs-27
commit 30e5d93ee1b938c207c4f5ec015ba2633cf423cd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Improve documentation of display tables
    
    * doc/lispref/display.texi (Display Tables): Add a cross-reference
    to the next section.
---
 doc/lispref/display.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index fed1762..5290a04 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -7481,7 +7481,7 @@ Chars}.
   The above display conventions apply even when there is a display
 table, for any character whose entry in the active display table is
 @code{nil}.  Thus, when you set up a display table, you need only
-specify the characters for which you want special behavior.
+specify the characters for which you want special display behavior.
 
   The following variables affect how certain characters are displayed
 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}.
 (@pxref{Char-Tables}), with @code{display-table} as its subtype, which
 is used to override the usual character display conventions.  This
 section describes how to make, inspect, and assign elements to a
-display table object.
+display table object.  The next section (@pxref{Active Display Table})
+describes the various standard display tables and their precedence.
 
 @defun make-display-table
 This creates and returns a display table.  The table initially has



reply via email to

[Prev in Thread] Current Thread [Next in Thread]