diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-14 15:16:42 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-14 15:16:42 +0100 |
commit | 3a3387f58e64f5e119ead50456c2fa6cef1e195b (patch) | |
tree | 4c7c75236c43f020d252839a17a44aa1de5ba035 /doc/lispref/display.texi | |
parent | d52d913fa032a6cd1b6422cbbd44169b318ca174 (diff) | |
download | emacs-3a3387f58e64f5e119ead50456c2fa6cef1e195b.tar.gz emacs-3a3387f58e64f5e119ead50456c2fa6cef1e195b.tar.bz2 emacs-3a3387f58e64f5e119ead50456c2fa6cef1e195b.zip |
Fix typo in Face Remapping
* doc/lispref/display.texi (Face Remapping): Fix typo.
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |