; * lisp/subr.el (with-demoted-errors): warning message typo

This commit is contained in:
Mattias Engdegård 2023-07-10 16:31:28 +02:00
parent b56f46c9de
commit d1a2c2edc2

View file

@ -5018,7 +5018,7 @@ but that should be robust in the unexpected case that an error is signaled."
;; The use without `format' is obsolete, let's warn when we bump
;; into any such remaining uses.
(macroexp-warn-and-return
(format-message "Missing format argument in `with-demote-errors'")
(format-message "Missing format argument in `with-demoted-errors'")
exp nil nil
orig-format))))