branch: externals/tmr
commit 1b5b2e766a6240982de93a2f2c448b2cbfbdc67f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Placate the compiler about double spaces
---
tmr.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tmr.el b/tmr.el
index ba62d2fe9b..2d4ea4fadf 100644
--- a/tmr.el
+++ b/tmr.el
@@ -286,9 +286,9 @@ cancelling the original one."
(defun tmr--read-timer (prompt &optional active)
"Let the user choose a timer among all (or ACTIVE) timers.
-Return the selected timer. If there is a single timer and
-`tmr-confirm' is nil, use that. If there are multiple timers,
-prompt for one with completion with PROMPT text. If there are no
+Return the selected timer. If there is a single timer and
+`tmr-confirm' is nil, use that. If there are multiple timers,
+prompt for one with completion with PROMPT text. If there are no
timers, throw an error."
(or
(run-hook-with-args-until-success 'tmr--read-timer-hook)