* lisp/custom.el (defface): Add missing attributes to doc string.
This commit is contained in:
parent
0a1628bf69
commit
09d63ba32b
1 changed files with 4 additions and 4 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue