branch: externals/ement commit 25c4eabf9357fc60c24fa57be2cc88ece4fe049c Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Tidy: Compilation warning --- ement-lib.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ement-lib.el b/ement-lib.el index 6f3403b079..3b1024e6fd 100644 --- a/ement-lib.el +++ b/ement-lib.el @@ -100,10 +100,10 @@ that stray such forms don't remain if the function is removed." (eval-and-compile (unless (boundp 'color-luminance-dark-limit) (defconst ement--color-luminance-dark-limit 0.325 - "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."))) + "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."))) (defalias 'ement--color-dark-p (if (fboundp 'color-dark-p)