aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-10 15:00:47 +0000
committerGerd Moellmann <[email protected]>2000-11-10 15:00:47 +0000
commit52d898940b826a5e258011ef7bceb23c2475b925 (patch)
tree2c4aec4f92474a355e05cfd8f7478ce2052f6557 /etc
parent32fcc231a095a3aee7938679cc3d03b9ef48b345 (diff)
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12788ed3a5..643234bcb0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1825,6 +1825,10 @@ functionality with aliases for the mldrag functions.
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related features are described in a page of their own below.)
++++
+** The user-option `face-font-registry-alternatives' specifies
+alternative font registry names to try when looking for a font.
+
** Function `md5' calculates the MD5 "message digest"/"checksum",
currently using the `md5sum' program.
@@ -2882,9 +2886,10 @@ that font selection first tries to find a good match for the font
width specified by a face, then---within fonts with that width---tries
to find a best match for the specified font height, etc.
-Setting `face-alternative-font-family-alist' allows the user to
-specify alternative font families to try if a family specified by a
-face doesn't exist.
+Setting `face-font-family-alternatives' allows the user to specify
+alternative font families to try if a family specified by a face
+doesn't exist. Likewise, `face-font-registry-alternatives' allows to
+specify alternative font registry names to try.
+++
**** Scalable fonts