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

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

[elpa] externals/tmr 7fd5f1a325 2/4: Update doc string of tmr-descriptio


From: ELPA Syncer
Subject: [elpa] externals/tmr 7fd5f1a325 2/4: Update doc string of tmr-description-list
Date: Tue, 28 Jun 2022 02:58:04 -0400 (EDT)

branch: externals/tmr
commit 7fd5f1a325194b8925da46d06208ee2329ccac75
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update doc string of tmr-description-list
---
 tmr.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tmr.el b/tmr.el
index 63bf0cdbb4..8a93e2c1cc 100644
--- a/tmr.el
+++ b/tmr.el
@@ -44,7 +44,12 @@
 
 (defcustom tmr-description-list 'tmr-description-history
   "List of timer description presets.
-The value can either be a variable symbol or a list of strings."
+The value can be either a list of strings or the symbol of a
+variable that holds a list of strings.
+
+The default value of `tmr-description-history', is the name of a
+variable that contains input provided by the user at the relevant
+prompt of the `tmr' and `tmr-with-description' commands."
   :type '(choice symbol (repeat string)))
 
 (defcustom tmr-sound-file



reply via email to

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