]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (with-demoted-errors): warning message typo
authorMattias Engdegård <mattiase@acm.org>
Mon, 10 Jul 2023 14:31:28 +0000 (16:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 10 Jul 2023 15:42:14 +0000 (17:42 +0200)
lisp/subr.el

index 483083b29c38aec51fa9232bc3513eb07414b44e..fac5fd58092cc27ff54b3e468977f678c8bce9e8 100644 (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))))