From 3a3387f58e64f5e119ead50456c2fa6cef1e195b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 14 Feb 2022 15:16:42 +0100 Subject: [PATCH] Fix typo in Face Remapping * doc/lispref/display.texi (Face Remapping): Fix typo. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 1f25bb83358..4d44afea2e8 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3321,7 +3321,7 @@ if you need to remove the remapping later. (face-remap-add-relative 'default :height 1.5) @end example -Note that face remapping does not work reliably parent faces of +Note that face remapping does not work reliably for parent faces of @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 -- 2.39.5