]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/custom.el (defface): Add missing attributes to doc string.
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 27 Sep 2024 10:58:32 +0000 (12:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 28 Sep 2024 10:39:33 +0000 (12:39 +0200)
(cherry picked from commit 09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d)

lisp/custom.el

index 3dfe40a4301349b1bc1de0fd47572edd8833253d..8d28ba1b2ee4a6586961f4a2b689d98fc0eb102a 100644 (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."