From ff9b04fbc4d87a8f6b52b311e1f0b441adc91135 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 6 Oct 2020 14:51:13 +0300 Subject: [PATCH] ; * 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 ad560007655..c369374022d 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") ("..."))) -- 2.39.5