From 7fe291feca67b5ba8f107894e44e60de947197e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 27 Sep 2024 12:58:32 +0200 Subject: [PATCH] * lisp/custom.el (defface): Add missing attributes to doc string. (cherry picked from commit 09d63ba32bbd0ddbd8c9deb4fcfe8e4356ea0e8d) --- lisp/custom.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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." -- 2.39.5