; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.

This commit is contained in:
Eli Zaretskii 2020-03-29 16:14:34 +03:00
parent 93945fcd19
commit 1af03e7e92

View file

@ -6957,9 +6957,9 @@ function, do:
You probably want to use the face-remap package included in Emacs You probably want to use the face-remap package included in Emacs
instead of manipulating face-remapping-alist directly. Note that many instead of manipulating face-remapping-alist directly. Note that many
of the functions inthat package modify the list destructively, so make of the functions in that package modify the list destructively, so make
sure to set it to a fresh value (for instance, use `copy-tree' as in sure you set it to a fresh value (for instance, use `copy-tree' as in
the example above). the example above) before modifying.
Because Emacs normally only redraws screen areas when the underlying Because Emacs normally only redraws screen areas when the underlying
buffer contents change, you may need to call `redraw-display' after buffer contents change, you may need to call `redraw-display' after