From: Eli Zaretskii Date: Tue, 6 Oct 2020 11:51:13 +0000 (+0300) Subject: ; * lisp/international/mule-util.el (truncate-string-ellipsis): Fix comment. X-Git-Tag: emacs-28.0.90~5735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff9b04fbc4d87a8f6b52b311e1f0b441adc91135;p=emacs.git ; * lisp/international/mule-util.el (truncate-string-ellipsis): Fix comment. --- 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") ("...")))