aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 51564b28126..60d37eed722 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2587,8 +2587,10 @@ It must be one of the symbols `ultra-condensed', `extra-condensed',
2587 2587
2588`:height' 2588`:height'
2589 2589
2590VALUE must be an integer specifying the height of the font to use in 2590VALUE must be either an integer specifying the height of the font to use
25911/10 pt. 2591in 1/10 pt, a floating point number specifying the amount by which to
2592scale any underlying face, or a function, which is called with the old
2593height (from the underlying face), and should return the new height.
2592 2594
2593`:weight' 2595`:weight'
2594 2596
@@ -2678,6 +2680,12 @@ must be t or nil in that case. A value of `unspecified' is not allowed."
2678Please see also the documentation of `set-face-attribute' and 2680Please see also the documentation of `set-face-attribute' and
2679`defface'. 2681`defface'.
2680 2682
2683`:inherit'
2684
2685VALUE is the name of a face from which to inherit attributes, or a list
2686of face names. Attributes from inherited faces are merged into the face
2687like an underlying face would be, with higher priority than underlying faces.
2688
2681*** Face attributes and X resources 2689*** Face attributes and X resources
2682 2690
2683The following X resource names can be used to set face attributes 2691The following X resource names can be used to set face attributes