aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-10-18 09:45:09 +0200
committerLars Ingebrigtsen2020-10-18 09:45:09 +0200
commita10a3d48e8cb6ff4e52838ccfb2a0d270ec7b470 (patch)
tree05f46378385a3adf956e2496ddf67e53ea6b1b63
parentd96734729d0ed1fb854231c1ede3895c04c5b8ea (diff)
downloademacs-a10a3d48e8cb6ff4e52838ccfb2a0d270ec7b470.tar.gz
emacs-a10a3d48e8cb6ff4e52838ccfb2a0d270ec7b470.zip
Document the new smiley value
* doc/misc/gnus.texi (Smileys): Document the emoji smiley value.
-rw-r--r--doc/misc/gnus.texi8
-rw-r--r--etc/NEWS1
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 3f893e93c8c..69ac05d5aa9 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -23919,10 +23919,10 @@ The following variables customize the appearance of the smileys:
23919@item smiley-style 23919@item smiley-style
23920@vindex smiley-style 23920@vindex smiley-style
23921Specifies the smiley style. Predefined smiley styles include 23921Specifies the smiley style. Predefined smiley styles include
23922@code{low-color} (small 13x14 pixel, three-color images), @code{medium} 23922@code{emoji} (use emoji characters), @code{low-color} (small 13x14
23923(more colorful images, 16x16 pixel), and @code{grayscale} (grayscale 23923pixel, three-color images), @code{medium} (more colorful images, 16x16
23924images, 14x14 pixel). The default depends on the height of the default 23924pixel), and @code{grayscale} (grayscale images, 14x14 pixel). The
23925face. 23925default depends on the height of the default face.
23926 23926
23927@item smiley-data-directory 23927@item smiley-data-directory
23928@vindex smiley-data-directory 23928@vindex smiley-data-directory
diff --git a/etc/NEWS b/etc/NEWS
index d525ace6716..27661e647a9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -434,6 +434,7 @@ tags to be considered as well.
434 434
435** Gnus 435** Gnus
436 436
437+++
437*** New value for user option 'smiley-style' 438*** New value for user option 'smiley-style'
438Smileys can now be rendered with emojis instead of small images when 439Smileys can now be rendered with emojis instead of small images when
439using the new 'emoji' value in 'smiley-style'. 440using the new 'emoji' value in 'smiley-style'.