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

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

[elpa] externals/ef-themes a542126809 3/3: Add doc string to private var


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a542126809 3/3: Add doc string to private variable
Date: Tue, 1 Nov 2022 21:57:54 -0400 (EDT)

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

    Add doc string to private variable
---
 ef-themes.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 840d91fc5e..6737d70a3a 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -357,7 +357,8 @@ sequence given SEQ-PRED, using SEQ-DEFAULT as a fallback."
                    (?l "light" "Load a random light theme"))
                  "Limit the variation themes to select."))))
 
-(defvar ef-themes--select-theme-history nil)
+(defvar ef-themes--select-theme-history nil
+  "Minibuffer history of `ef-themes--select-prompt'.")
 
 (defun ef-themes--select-prompt (&optional prompt variant)
   "Minibuffer prompt for `ef-themes-select'.



reply via email to

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