summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-04-10 14:16:29 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2026-04-10 14:16:29 +0300
commita134889772fb19bab081d0cec135e62dd3819ba5 (patch)
treee2549ad034430a91a1daa8517cc13c0a0e68f092
parent2e19f038c3950d28ff7ff6ae0c9b185ec699960c (diff)
Add missing parenthesis to a doc string
-rw-r--r--modus-themes.el2
1 files changed, 1 insertions, 1 deletions
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 <https://github.com/protesilaos/modus-themes/issues/198>."
+ready (per <https://github.com/protesilaos/modus-themes/issues/198>)."
(mapcar
(lambda (x)
(/ x 65535.0))