]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xfaces.c (syms_of_xfaces): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Mar 2019 08:42:59 +0000 (10:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Mar 2019 08:42:59 +0000 (10:42 +0200)
src/xfaces.c

index 69e73e8c0dd12a69cf38d3cc6b276da61119cc05..e397f0b8a033fd3ce8b9a3d43a26ae5a9002ce7f 100644 (file)
@@ -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