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

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

[elpa] externals/theme-buffet 6b2d2dbba2 08/12: Remove period from user-


From: ELPA Syncer
Subject: [elpa] externals/theme-buffet 6b2d2dbba2 08/12: Remove period from user-error in `theme-buffet--define-timer' macro.
Date: Fri, 24 Nov 2023 15:58:48 -0500 (EST)

branch: externals/theme-buffet
commit 6b2d2dbba29ae0aaebde99518785549b21b8c76a
Author: bboal <egomet@bboal.com>
Commit: bboal <egomet@bboal.com>

    Remove period from user-error in `theme-buffet--define-timer' macro.
---
 theme-buffet.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme-buffet.el b/theme-buffet.el
index 75c7f59d4d..b2e1d8cfde 100644
--- a/theme-buffet.el
+++ b/theme-buffet.el
@@ -381,7 +381,7 @@ naming."
                                          #'theme-buffet--load-random
                                          (theme-buffet--get-period-keyword)))
              (message "Theme-Buffet Sous-Chef is rushing into the kitchen..."))
-         (user-error "The input number should be a natural between %s and %s 
instead of `%s'."
+         (user-error "The input number should be a natural between %s and %s 
instead of `%s'"
                   min-num max-num number)))))
 
 ;;;###autoload (autoload 'theme-buffet-timer-mins "theme-buffet")



reply via email to

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