]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in byte-compile-lambda warning
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Sep 2022 17:16:01 +0000 (19:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Sep 2022 17:16:01 +0000 (19:16 +0200)
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Fix typo in
message (bug#57690).

lisp/emacs-lisp/bytecomp.el

index a16486dc31cb9be33b19d7fafc327f4f93976ad4..48929e62bdfb0996039feff340bdfbfbb02df6ac 100644 (file)
@@ -3104,8 +3104,8 @@ lambda-expression."
              ;; Check that the bit after the `interactive' spec is
              ;; just a list of symbols (i.e., modes).
             (unless (seq-every-p #'symbolp (cdr (cdr int)))
-              (byte-compile-warn-x int "malformed interactive specc: %s"
-                                   int))
+              (byte-compile-warn-x
+                int "malformed `interactive' specification: %s" int))
              (setq command-modes (cdr (cdr int)))
             ;; If the interactive spec is a call to `list', don't
             ;; compile it, because `call-interactively' looks at the