]> git.eshelyaron.com Git - emacs.git/commitdiff
Document that `unspecified' isn't valid in defface
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 17:58:21 +0000 (18:58 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 17:58:21 +0000 (18:58 +0100)
* doc/lispref/display.texi (Face Attributes): Mention that
unspecified isn't valid in defface (bug#51595).

doc/lispref/display.texi

index aacbcaf6c3b5e2867671dffa24789edac9f73f6a..279b79a5b5dab23e4e26b3dbac53ad6a363db038 100644 (file)
@@ -2428,8 +2428,10 @@ value @code{unspecified}.  This special value means that the face
 doesn't specify that attribute directly.  An @code{unspecified}
 attribute tells Emacs to refer instead to a parent face (see the
 description @code{:inherit} attribute below); or, failing that, to an
-underlying face (@pxref{Displaying Faces}).  The @code{default} face
-must specify all attributes.
+underlying face (@pxref{Displaying Faces}).  (However,
+@code{unspecified} is not a valid value in @code{defface}.)
+
+  The @code{default} face must specify all attributes.
 
   Some of these attributes are meaningful only on certain kinds of
 displays.  If your display cannot handle a certain attribute, the