1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

Fix typo in previous Face Remapping doc change

* doc/lispref/display.texi (Face Remapping): Fix typo.
This commit is contained in:
Lars Ingebrigtsen 2022-02-14 11:39:55 +01:00
parent daf008e82b
commit 4c2701fad1

View 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}.