branch: externals/tmr commit 2749935a01d5a39f741fd539399c5de58d5f06a8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify wording of error message --- tmr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr.el b/tmr.el index cb23722284..e48f23c59f 100644 --- a/tmr.el +++ b/tmr.el @@ -81,7 +81,7 @@ such notifications." ("h" (* num 60 60)) ;; This is not needed, of course, but we should not miss a good ;; chance to make some fun of ourselves. - ("w" (user-error "TMR Made Ridiculous; append [m]inutes, [h]ours, [s]econds")) + ("w" (user-error "TMR Made Ridiculous; append character for [m]inutes, [h]ours, [s]econds")) (_ (* num 60))))))) (defun tmr--play-sound ()