Variable: emoji-alternate-names
emoji-alternate-names is a variable defined in emoji.el.gz.
Value
nil
Documentation
Alist of emojis and lists of alternate names for the emojis.
Each element in the alist should have the emoji (as a string) as the first element, and the rest of the elements should be strings representing names. For instance:
("🤗" "hug" "hugging" "kind")
Source Code
;; Defined in /usr/src/emacs/lisp/international/emoji.el.gz
(defvar emoji-alternate-names nil
"Alist of emojis and lists of alternate names for the emojis.
Each element in the alist should have the emoji (as a string) as
the first element, and the rest of the elements should be strings
representing names. For instance:
(\"🤗\" \"hug\" \"hugging\" \"kind\")")