emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit be5486a027854a1cec74a75c04cb53a42bb6055d
parent 903fe89cf5300df8b8978b68dfa8ed6e0c515fdd
Author: Syohei YOSHIDA <syohex@gmail.com>
Date:   Wed, 11 Nov 2015 23:29:02 +0900

Correct misspellings

Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -113,7 +113,7 @@ Possible values are `unicode' - Display emojis using unicode characters, this works well on platforms with good emoji fonts. In this case the emoji text ':wink:' will be substituted with 😉. -`ascii' - Display emojis as ascii charcters, this is simplest and does not +`ascii' - Display emojis as ascii characters, this is simplest and does not require any external dependencies. In this cases emoji text like ':wink:' are substituted with ascii equivalents like ';)'" :type '(radio :tag "Emoji display style"