From: Lars Ingebrigtsen Date: Mon, 14 Feb 2022 10:39:55 +0000 (+0100) Subject: Fix typo in previous Face Remapping doc change X-Git-Tag: emacs-29.0.90~2321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c2701fad1e7554908cecb7ee74dc7e85484e13e;p=emacs.git Fix typo in previous Face Remapping doc change * doc/lispref/display.texi (Face Remapping): Fix typo. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 280ea534555..1f25bb83358 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3322,7 +3322,7 @@ if you need to remove the remapping later. @end example Note that face remapping does not work reliably parent faces of -@dnf{basic faces}. (These are the faces that are used in mode lines, +@dfn{basic faces}. (These are the faces that are used in mode lines, header lines and the like.) For instance, @code{mode-line-inactive} inherits from @code{mode-line}, but remapping @code{mode-line} won't normally have the desired effect on @code{mode-line-inactive}.