]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Mar 2020 13:14:34 +0000 (16:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Mar 2020 13:14:34 +0000 (16:14 +0300)
src/xfaces.c

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