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

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

[elpa] externals/tmr 1b5b2e766a 3/4: Placate the compiler about double s


From: ELPA Syncer
Subject: [elpa] externals/tmr 1b5b2e766a 3/4: Placate the compiler about double spaces
Date: Wed, 29 Jun 2022 09:58:02 -0400 (EDT)

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

    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)



reply via email to

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