branch: externals/tmr
commit a5107c963961e338d3c97fb37068adb43a31c30f
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix typo in doc string
---
 tmr.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tmr.el b/tmr.el
index 29cedd311b..cd614edc62 100644
--- a/tmr.el
+++ b/tmr.el
@@ -44,8 +44,7 @@
 
 (defcustom tmr-description-list 'tmr--description-hist
   "List of timer description presets.
-The variable can either be a variable symbol or
-a list of strings."
+The value can either be a variable symbol or a list of strings."
   :type '(choice symbol (repeat string)))
 
 (defcustom tmr-sound-file

Reply via email to