]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/faces.el (color-luminance-dark-limit): Better doc string.
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 Jun 2020 19:55:36 +0000 (21:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 Jun 2020 19:55:36 +0000 (21:55 +0200)
lisp/faces.el

index 2480aaaf14611a8d8b1829f7542aa88b25e1053f..ba85973bf103735ccfab3b6551613f52998f3dfd 100644 (file)
@@ -1795,9 +1795,10 @@ on which one provides better contrast with COLOR."
       "#ffffff" "black"))
 
 (defconst color-luminance-dark-limit 0.325
-  "The relative luminance below which a color is considered 'dark',
-in the sense that white text is more readable than black with the
-color as background.  This value was determined experimentally.")
+  "The relative luminance below which a color is considered 'dark'.
+A 'dark' color in this sense provides better contrast with white
+than with black; see `color-dark-p'.
+This value was determined experimentally.")
 
 (defun color-dark-p (rgb)
   "Whether RGB is more readable against white than black.