* lisp/custom.el (defface): Add missing attributes to doc string.

This commit is contained in:
Mattias Engdegård 2024-09-27 12:58:32 +02:00
parent 0a1628bf69
commit 09d63ba32b

View file

@ -461,10 +461,10 @@ Each DISPLAY can have the following values:
`display-supports-face-attributes-p' for more information on
exactly how testing is done.
In the ATTS property list, possible attributes are `:family',
`:width', `:height', `:weight', `:slant', `:underline',
`:overline', `:strike-through', `:box', `:foreground',
`:background', `:stipple', `:inverse-video', and `:inherit'.
In the ATTS property list, possible attributes are `:family', `:font',
`:foundry', `:width', `:height', `:weight', `:slant', `:underline',
`:overline', `:strike-through', `:box', `:foreground', `:distant-foreground',
`:background', `:stipple', `:inverse-video', `:extend', and `:inherit'.
See Info node `(elisp) Faces' in the Emacs Lisp manual for more
information."