From: Mattias EngdegÄrd Date: Fri, 27 Sep 2024 10:58:32 +0000 (+0200) Subject: * lisp/custom.el (defface): Add missing attributes to doc string. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fe291feca67b5ba8f107894e44e60de947197e7;p=emacs.git * lisp/custom.el (defface): Add missing attributes to doc string. (cherry picked from commit 09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d) --- diff --git a/lisp/custom.el b/lisp/custom.el index 3dfe40a4301..8d28ba1b2ee 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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."