emacs-diffs
[Top][All Lists]
Advanced

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

master ff9b04f: ; * lisp/international/mule-util.el (truncate-string-ell


From: Eli Zaretskii
Subject: master ff9b04f: ; * lisp/international/mule-util.el (truncate-string-ellipsis): Fix comment.
Date: Tue, 6 Oct 2020 07:52:02 -0400 (EDT)

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

    ; * lisp/international/mule-util.el (truncate-string-ellipsis): Fix comment.
---
 lisp/international/mule-util.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index ad56000..c369374 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -58,8 +58,9 @@ needs to be called on every use of `truncate-string-to-width' 
to
 decide whether the selected frame can display that Unicode character."
   (cond
    (truncate-string-ellipsis)
-   ;; This uses the character's number instead of the character itself
-   ;; to avoid decoding problems when loading this file.  FIXME.
+   ;; This uses the character's codepoint instead of the character
+   ;; itself to avoid decoding problems when loading this file.
+   ;; FIXME.
    ((char-displayable-p ?\u2026) "\u2026")
    ("...")))
 



reply via email to

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