emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f62f7db: ; * src/xfaces.c (syms_of_xfaces): Fix las


From: Eli Zaretskii
Subject: [Emacs-diffs] master f62f7db: ; * src/xfaces.c (syms_of_xfaces): Fix last change.
Date: Fri, 1 Mar 2019 03:43:53 -0500 (EST)

branch: master
commit f62f7db2c8f253416631a4d8a657a70e23c49173
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/xfaces.c (syms_of_xfaces): Fix last change.
---
 src/xfaces.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/xfaces.c b/src/xfaces.c
index 69e73e8..e397f0b 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6805,7 +6805,10 @@ between two colors that will still qualify them to be 
used as foreground
 and background.  If the value of `color-distance', invoked with a nil
 METRIC argument, for the foreground and background colors of a face is
 less than this threshold, the distant-foreground color, if defined,
-will be used for the face instead of the foreground color.  */);
+will be used for the face instead of the foreground color.
+
+Lisp programs that change the value of this variable should also
+clear the face cache, see `clear-face-cache'.  */);
   face_near_same_color_threshold = 30000;
 
 #ifdef HAVE_WINDOW_SYSTEM



reply via email to

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