diff options
| author | Lars Ingebrigtsen | 2020-10-18 09:45:09 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-10-18 09:45:09 +0200 |
| commit | a10a3d48e8cb6ff4e52838ccfb2a0d270ec7b470 (patch) | |
| tree | 05f46378385a3adf956e2496ddf67e53ea6b1b63 | |
| parent | d96734729d0ed1fb854231c1ede3895c04c5b8ea (diff) | |
| download | emacs-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.texi | 8 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
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 |
| 23921 | Specifies the smiley style. Predefined smiley styles include | 23921 | Specifies 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 | 23923 | pixel, three-color images), @code{medium} (more colorful images, 16x16 |
| 23924 | images, 14x14 pixel). The default depends on the height of the default | 23924 | pixel), and @code{grayscale} (grayscale images, 14x14 pixel). The |
| 23925 | face. | 23925 | default 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 |
| @@ -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' |
| 438 | Smileys can now be rendered with emojis instead of small images when | 439 | Smileys can now be rendered with emojis instead of small images when |
| 439 | using the new 'emoji' value in 'smiley-style'. | 440 | using the new 'emoji' value in 'smiley-style'. |