emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1a17b77: Improve documentation of glyphless-char-di


From: Eli Zaretskii
Subject: [Emacs-diffs] master 1a17b77: Improve documentation of glyphless-char-display
Date: Wed, 20 May 2015 15:15:50 +0000

branch: master
commit 1a17b775b6bd476c051ae5ef00b752aacb6cf103
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve documentation of glyphless-char-display
    
    * doc/lispref/display.texi (Glyphless Chars): Improve
    documentation of glyphless character display.
---
 doc/lispref/display.texi |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index d5d9bb5..05bcd9f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6614,7 +6614,8 @@ Display a box containing the Unicode codepoint of the 
character, in
 hexadecimal notation.
 
 @item an @acronym{ASCII} string
-Display a box containing that string.
+Display a box containing that string.  The string should contain at
+most 6 @acronym{ASCII} characters.
 
 @item a cons cell @code{(@var{graphical} . @var{text})}
 Display with @var{graphical} on graphical displays, and with
@@ -6625,7 +6626,8 @@ must be one of the display methods described above.
 @noindent
 The @code{thin-space}, @code{empty-box}, @code{hex-code}, and
 @acronym{ASCII} string display methods are drawn with the
address@hidden face.
address@hidden face.  On text terminals, a box is emulated by
+square brackets, @samp{[]}.
 
 The char-table has one extra slot, which determines how to display any
 character that cannot be displayed with any available font, or cannot



reply via email to

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