emacs-diffs
[Top][All Lists]
Advanced

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

master d2abe9adf7: ; * lisp/disp-table.el (standard-display-by-replaceme


From: Eli Zaretskii
Subject: master d2abe9adf7: ; * lisp/disp-table.el (standard-display-by-replacement-char): Doc fix.
Date: Sun, 4 Sep 2022 03:04:27 -0400 (EDT)

branch: master
commit d2abe9adf7a1bfcdfd712de1446fd3e710e0f699
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/disp-table.el (standard-display-by-replacement-char): Doc fix.
---
 lisp/disp-table.el | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 1b14808d78..53dff1e709 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -307,10 +307,14 @@ be represented by a replacement character.  You can 
evaluate the produced
 code to use the setup for the current Emacs session, or copy the code
 into your init file, to make Emacs use it for subsequent sessions.
 
-FROM and TO define the range of characters for which to produce the
-setup code for `standard-display-table'.  If they are omitted, they
-default to #x100 and #x10FFFF respectively, covering the entire
-non-ASCII range of Unicode characters.
+Interactively, the produced code arranges for any character in
+the range [#x100..#x10FFFF] that the terminal cannot display to
+be represented by the #xFFFD Unicode replacement character.
+
+When called from Lisp, FROM and TO define the range of characters for
+which to produce the setup code for `standard-display-table'.  If they
+are omitted, they default to #x100 and #x10FFFF respectively, covering
+the entire non-ASCII range of Unicode characters.
 REPL is the replacement character to use.  If it's omitted, it defaults
 to #xFFFD, the Unicode replacement character, usually displayed as a
 black diamond with a question mark inside.



reply via email to

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