From a134889772fb19bab081d0cec135e62dd3819ba5 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 10 Apr 2026 14:16:29 +0300 Subject: Add missing parenthesis to a doc string --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 3edfc82..e5521e3 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3747,7 +3747,7 @@ Use `color-values-from-color-spec' (a C built-in since Emacs 28.1) instead of `color-name-to-rgb' to avoid dependence on a display connection. This matters when loading a theme during early init on GUI Emacs, where `color-values' returns nil before the display is -ready (per ." +ready (per )." (mapcar (lambda (x) (/ x 65535.0)) -- cgit v1.0