]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous Face Remapping doc change
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Feb 2022 10:39:55 +0000 (11:39 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Feb 2022 10:39:55 +0000 (11:39 +0100)
* doc/lispref/display.texi (Face Remapping): Fix typo.

doc/lispref/display.texi

index 280ea534555f1a7a1de833fab4e401c11d32d75c..1f25bb833580e0b586b8b666d76199d365ec17fa 100644 (file)
@@ -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}.