mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 11:20:41 -08:00
Fix typo in Face Remapping
* doc/lispref/display.texi (Face Remapping): Fix typo.
This commit is contained in:
parent
d52d913fa0
commit
3a3387f58e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue