branch: externals/theme-buffet
commit 6b2d2dbba29ae0aaebde99518785549b21b8c76a
Author: bboal <[email protected]>
Commit: bboal <[email protected]>
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")