emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes fa09a51248 1/2: Reword ef-themes--choose-subs


From: ELPA Syncer
Subject: [elpa] externals/ef-themes fa09a51248 1/2: Reword ef-themes--choose-subset help; adapt indent
Date: Wed, 2 Nov 2022 00:57:40 -0400 (EDT)

branch: externals/ef-themes
commit fa09a5124803aa9dfa9d6eee96a924861f8f7521
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Reword ef-themes--choose-subset help; adapt indent
---
 ef-themes.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 6737d70a3a..f38beaeff3 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -351,11 +351,13 @@ sequence given SEQ-PRED, using SEQ-DEFAULT as a fallback."
 
 (defun ef-themes--choose-subset ()
   "Use `read-multiple-choice' to return `dark' or `light' variant."
-  (intern (cadr (read-multiple-choice
-                 "Variant"
-                 '((?d "dark" "Load a random dark theme")
-                   (?l "light" "Load a random light theme"))
-                 "Limit the variation themes to select."))))
+  (intern
+   (cadr
+    (read-multiple-choice
+     "Variant"
+     '((?d "dark" "Load a random dark theme")
+       (?l "light" "Load a random light theme"))
+     "Limit to the dark or light subset of the Ef themes collection."))))
 
 (defvar ef-themes--select-theme-history nil
   "Minibuffer history of `ef-themes--select-prompt'.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]