commit de7d4519c1595efb17e4fea9335b95affbfaaf0e parent e9151235ce2e8868a886dd9fb46668b4267683c0 Author: Iqbal Ansari <iqbalansari02@yahoo.com> Date: Mon, 5 Sep 2016 14:20:44 +0530 Fix a minor typo Diffstat:
M | emojify.el | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emojify.el b/emojify.el @@ -1313,7 +1313,7 @@ This respects the `emojify-emoji-styles' variable." (ht-get value "style")) emojis)))) emojis))) - (insert (car (split-string (completing-read "Apropos Emoji: " candidates) + (insert (car (split-string (completing-read "Insert Emoji: " candidates) " ")))))