From 6e7b254715f7119bdbc3546605c071afa944fed2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Apr 2026 10:34:07 +0300 Subject: [PATCH] ; * lisp/international/emoji.el (emoji-list): Doc fix (bug#80733). --- lisp/international/emoji.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/international/emoji.el b/lisp/international/emoji.el index d8e779f7d8d..56a8134be81 100644 --- a/lisp/international/emoji.el +++ b/lisp/international/emoji.el @@ -155,9 +155,13 @@ and also consults the `emoji-alternate-names' alist." ;;;###autoload (defun emoji-list () - "List emojis and allow selecting and inserting one of them. + "List Emoji and allow selecting and inserting one of them. +If you are displaying Emoji on a text-only terminal, and some +of them look incorrect, or there are display artifacts when +scrolling the display, turn off `auto-composition-mode'. + Select the emoji by typing \\\\[emoji-list-select] on its picture. -The glyph will be inserted into the buffer that was current +The selected glyph will be inserted into the buffer that was current when the command was invoked." (interactive) (let ((buf (current-buffer)))