aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b69df63f4e..354cd51ec81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3181,7 +3181,7 @@ Faces are frame-local by nature because Emacs allows to define the
3181same named face (face names are symbols) differently for different 3181same named face (face names are symbols) differently for different
3182frames. Each frame has an alist of face definitions for all named 3182frames. Each frame has an alist of face definitions for all named
3183faces. The value of a named face in such an alist is a Lisp vector 3183faces. The value of a named face in such an alist is a Lisp vector
3184with the symbol `face' in slot 0, and a slot for each each of the face 3184with the symbol `face' in slot 0, and a slot for each of the face
3185attributes mentioned above. 3185attributes mentioned above.
3186 3186
3187There is also a global face alist `face-new-frame-defaults'. Face 3187There is also a global face alist `face-new-frame-defaults'. Face
@@ -6491,8 +6491,8 @@ FONTSET-NAME should have the form of a standard X font name, except:
6491 * the CHARSET_ENCODING field can be any nickname of the fontset. 6491 * the CHARSET_ENCODING field can be any nickname of the fontset.
6492The construct CHARSET-NAME:FONT-NAME can be repeated any number 6492The construct CHARSET-NAME:FONT-NAME can be repeated any number
6493of times; each time specifies the font for one character set. 6493of times; each time specifies the font for one character set.
6494CHARSET-NAME should be the name name of a character set, and 6494CHARSET-NAME should be the name of a character set, and FONT-NAME
6495FONT-NAME should specify an actual font to use for that character set. 6495should specify an actual font to use for that character set.
6496 6496
6497Each of these fontsets has an alias which is made from the 6497Each of these fontsets has an alias which is made from the
6498last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING. 6498last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING.