summaryrefslogtreecommitdiff
path: root/doc/lispref/display.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-14 11:39:55 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-14 11:39:55 +0100
commit4c2701fad1e7554908cecb7ee74dc7e85484e13e (patch)
tree98ab1a8b7c1ad5489132b8e9131bfc4bd89b3798 /doc/lispref/display.texi
parentdaf008e82b8ca7681ebe08b6ac1a1fa4d873bcd2 (diff)
downloademacs-4c2701fad1e7554908cecb7ee74dc7e85484e13e.tar.gz
emacs-4c2701fad1e7554908cecb7ee74dc7e85484e13e.tar.bz2
emacs-4c2701fad1e7554908cecb7ee74dc7e85484e13e.zip
Fix typo in previous Face Remapping doc change
* doc/lispref/display.texi (Face Remapping): Fix typo.
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
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}.