diff options
| author | Eli Zaretskii | 2021-10-27 17:13:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-10-27 17:13:59 +0300 |
| commit | 2bdd5732aaef336681476d83bb87d76f6750d34d (patch) | |
| tree | 6e08e9e22c7f2fcc819bc067849cfeabdf87b1d1 | |
| parent | 492b92790951a50c7a67ae7d112fae9dfa9f3e86 (diff) | |
| download | emacs-2bdd5732aaef336681476d83bb87d76f6750d34d.tar.gz emacs-2bdd5732aaef336681476d83bb87d76f6750d34d.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -163,9 +163,6 @@ this: | |||
| 163 | (set-fontset-font t 'emoji | 163 | (set-fontset-font t 'emoji |
| 164 | '("My New Emoji Font" . "iso10646-1") nil 'prepend) | 164 | '("My New Emoji Font" . "iso10646-1") nil 'prepend) |
| 165 | 165 | ||
| 166 | where "My New Emoji Font" should be replaced by the actual name of the | ||
| 167 | font you want to use. | ||
| 168 | |||
| 169 | The Emoji characters are now assigned to a special script, 'emoji', so | 166 | The Emoji characters are now assigned to a special script, 'emoji', so |
| 170 | as to make it easier to customize fontsets for Emoji display, as in | 167 | as to make it easier to customize fontsets for Emoji display, as in |
| 171 | the above example. (Previously, the Emoji characters were assigned to | 168 | the above example. (Previously, the Emoji characters were assigned to |