Function: emoji--narrow
emoji--narrow is a byte-compiled function defined in emoji.el.gz.
Signature
(emoji--narrow &rest SLOTS)
Documentation
Create a new object of class type emoji--narrow(var)/emoji--narrow(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/international/emoji.el.gz
(defclass emoji--narrow (transient-suffix)
((title :initarg :title)
(done-derived :initarg :done-derived)
(children :initarg :children)))