diff options
| author | Eli Zaretskii | 2022-01-06 15:47:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-06 15:47:21 +0200 |
| commit | daedbb2f5bb25e102624dd4694b3d3b64d5e5bca (patch) | |
| tree | a72e4e133a4d028261c52f845330feb3109f03af | |
| parent | 66e50562e818ae181f98f139e07bd56d0d6aadb3 (diff) | |
| download | emacs-daedbb2f5bb25e102624dd4694b3d3b64d5e5bca.tar.gz emacs-daedbb2f5bb25e102624dd4694b3d3b64d5e5bca.zip | |
Improve documentation of font-related face attributes
* lisp/faces.el (set-face-attribute): Mention aliases of face
attributes. (Bug#53050)
| -rw-r--r-- | lisp/faces.el | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index c69603af4dc..df099787698 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -686,8 +686,10 @@ and `?' are allowed. | |||
| 686 | 686 | ||
| 687 | VALUE specifies the relative proportionate width of the font to use. | 687 | VALUE specifies the relative proportionate width of the font to use. |
| 688 | It must be one of the symbols `ultra-condensed', `extra-condensed', | 688 | It must be one of the symbols `ultra-condensed', `extra-condensed', |
| 689 | `condensed', `semi-condensed', `normal', `semi-expanded', `expanded', | 689 | `condensed' (a.k.a. `compressed', a.k.a. `narrow'), |
| 690 | `extra-expanded', or `ultra-expanded'. | 690 | `semi-condensed' (a.k.a. `demi-condensed'), `normal' (a.k.a. `medium', |
| 691 | a.k.a. `regular'), `semi-expanded' (a.k.a. `demi-expanded'), | ||
| 692 | `expanded', `extra-expanded', or `ultra-expanded' (a.k.a. `wide'). | ||
| 691 | 693 | ||
| 692 | `:height' | 694 | `:height' |
| 693 | 695 | ||
| @@ -703,9 +705,11 @@ for it to be relative to). | |||
| 703 | `:weight' | 705 | `:weight' |
| 704 | 706 | ||
| 705 | VALUE specifies the weight of the font to use. It must be one of | 707 | VALUE specifies the weight of the font to use. It must be one of |
| 706 | the symbols `ultra-heavy', `heavy', `ultra-bold', `extra-bold', | 708 | the symbols `ultra-heavy', `heavy' (a.k.a. `black'), |
| 707 | `bold', `semi-bold', `medium', `normal', `book', `semi-light', | 709 | `ultra-bold' (a.k.a. `extra-bold'), `bold', |
| 708 | `light', `extra-light', `ultra-light', or `thin'. | 710 | `semi-bold' (a.k.a. `demi-bold'), `medium', `normal' (a.k.a. `regular', |
| 711 | a.k.a. `book'), `semi-light' (a.k.a. `demi-light'), | ||
| 712 | `light', `extra-light' (a.k.a. `ultra-light'), or `thin'. | ||
| 709 | 713 | ||
| 710 | `:slant' | 714 | `:slant' |
| 711 | 715 | ||