emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/emoji f709bcc: Fix previous comment


From: Lars Ingebrigtsen
Subject: scratch/emoji f709bcc: Fix previous comment
Date: Thu, 28 Oct 2021 16:24:29 -0400 (EDT)

branch: scratch/emoji
commit f709bcc12d5bb353a3f759fbb2c44a7a7bfbbc43
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix previous comment
---
 lisp/play/emoji.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index 23a19a9..c658a3d 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -291,7 +291,8 @@ when the command was issued."
                  (t
                   (emoji--add-character
                    glyph group (emoji--split-subgroup subgroup)))))
-              ;; Create mapping from base glyph to derived ones.
+              ;; Create mapping from base glyph name to name of
+              ;; derived glyphs.
               (setf (gethash base derivations)
                     (nconc (gethash base derivations) (list glyph)))))))
         (forward-line 1))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]