aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2020-03-29 16:14:34 +0300
committerEli Zaretskii2020-03-29 16:14:34 +0300
commit1af03e7e921e1a65aebc34526ca993efe7a1a333 (patch)
tree54149841f01be087a538453a31f5f6221ccc5c39 /src
parent93945fcd19bea4c044dcb45542086798cbdae6bc (diff)
downloademacs-1af03e7e921e1a65aebc34526ca993efe7a1a333.tar.gz
emacs-1af03e7e921e1a65aebc34526ca993efe7a1a333.zip
; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 6ff252b0233..711ec48bbdd 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6957,9 +6957,9 @@ function, do:
6957 6957
6958You probably want to use the face-remap package included in Emacs 6958You probably want to use the face-remap package included in Emacs
6959instead of manipulating face-remapping-alist directly. Note that many 6959instead of manipulating face-remapping-alist directly. Note that many
6960of the functions inthat package modify the list destructively, so make 6960of the functions in that package modify the list destructively, so make
6961sure to set it to a fresh value (for instance, use `copy-tree' as in 6961sure you set it to a fresh value (for instance, use `copy-tree' as in
6962the example above). 6962the example above) before modifying.
6963 6963
6964Because Emacs normally only redraws screen areas when the underlying 6964Because Emacs normally only redraws screen areas when the underlying
6965buffer contents change, you may need to call `redraw-display' after 6965buffer contents change, you may need to call `redraw-display' after