emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 1af03e7: ; * src/xfaces.c (syms_of_xfaces): Fix wording and typ


From: Eli Zaretskii
Subject: emacs-27 1af03e7: ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
Date: Sun, 29 Mar 2020 09:15:30 -0400 (EDT)

branch: emacs-27
commit 1af03e7e921e1a65aebc34526ca993efe7a1a333
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
---
 src/xfaces.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xfaces.c b/src/xfaces.c
index 6ff252b..711ec48 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]