emacs-emojify

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

commit 8fa900509894fd2cf20e29bfb5d2ad6e6776b694
parent efd0831858f5399a970bb0b0de08764166beef59
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun, 28 Jan 2018 19:34:48 +0530

Fix a small typo

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

diff --git a/emojify.el b/emojify.el @@ -1356,7 +1356,7 @@ the image. Set this variable to t to download the images without asking for confirmation. Setting it to nil will disable automatic download of the images. Please note that emojify will not download the images if Emacs is running in -non-interactive mode and `emojify-download-images-p' is set to `ask'." +non-interactive mode and `emojify-download-emojis-p' is set to `ask'." :type '(radio :tag "Automatically download required images" (const :tag "Ask before downloading" ask) (const :tag "Download without asking" t)