diff options
| author | Mattias EngdegÄrd | 2024-09-27 12:58:32 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2024-09-27 19:26:52 +0200 |
| commit | 09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d (patch) | |
| tree | 457dda39c41dd14f6822e1751e3cdc7849aa435e | |
| parent | 0a1628bf69086f85f9b983e2e62660fc90b6d568 (diff) | |
| download | emacs-09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d.tar.gz emacs-09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d.zip | |
* lisp/custom.el (defface): Add missing attributes to doc string.
| -rw-r--r-- | lisp/custom.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index c049e8f8be0..a806059d0dd 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -461,10 +461,10 @@ Each DISPLAY can have the following values: | |||
| 461 | `display-supports-face-attributes-p' for more information on | 461 | `display-supports-face-attributes-p' for more information on |
| 462 | exactly how testing is done. | 462 | exactly how testing is done. |
| 463 | 463 | ||
| 464 | In the ATTS property list, possible attributes are `:family', | 464 | In the ATTS property list, possible attributes are `:family', `:font', |
| 465 | `:width', `:height', `:weight', `:slant', `:underline', | 465 | `:foundry', `:width', `:height', `:weight', `:slant', `:underline', |
| 466 | `:overline', `:strike-through', `:box', `:foreground', | 466 | `:overline', `:strike-through', `:box', `:foreground', `:distant-foreground', |
| 467 | `:background', `:stipple', `:inverse-video', and `:inherit'. | 467 | `:background', `:stipple', `:inverse-video', `:extend', and `:inherit'. |
| 468 | 468 | ||
| 469 | See Info node `(elisp) Faces' in the Emacs Lisp manual for more | 469 | See Info node `(elisp) Faces' in the Emacs Lisp manual for more |
| 470 | information." | 470 | information." |