branch: externals/tmr
commit 9b9009ae0b0ca5a7deaae0cc77340425ca533615
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Simplify the tmr--timers doc string
---
tmr.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index 67b9f2886a..721487e588 100644
--- a/tmr.el
+++ b/tmr.el
@@ -464,8 +464,7 @@ optional `tmr--timer-description'."
(t (user-error "TMR Made Ridiculous; append character for [m]inutes,
[h]ours, [s]econds")))))
(defvar tmr--timers nil
- "List of timer objects.
-Populated by `tmr' and then operated on by `tmr-cancel'.")
+ "List of timer objects.")
(defvar tmr--update-hook nil
"Hooks to execute when timers are changed.")