aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2024-09-27 12:58:32 +0200
committerMattias EngdegÄrd2024-09-27 19:26:52 +0200
commit09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d (patch)
tree457dda39c41dd14f6822e1751e3cdc7849aa435e
parent0a1628bf69086f85f9b983e2e62660fc90b6d568 (diff)
downloademacs-09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d.tar.gz
emacs-09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d.zip
* lisp/custom.el (defface): Add missing attributes to doc string.
-rw-r--r--lisp/custom.el8
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
464In the ATTS property list, possible attributes are `:family', 464In 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
469See Info node `(elisp) Faces' in the Emacs Lisp manual for more 469See Info node `(elisp) Faces' in the Emacs Lisp manual for more
470information." 470information."