diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-10 14:16:29 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-10 14:16:29 +0300 |
| commit | a134889772fb19bab081d0cec135e62dd3819ba5 (patch) | |
| tree | e2549ad034430a91a1daa8517cc13c0a0e68f092 | |
| parent | 2e19f038c3950d28ff7ff6ae0c9b185ec699960c (diff) | |
Add missing parenthesis to a doc string
| -rw-r--r-- | modus-themes.el | 2 |
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)) |
