summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-09-09 19:16:01 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-09-09 19:16:01 +0200
commit79ae7b3c874ae9ca77213bfdea13d186ba902961 (patch)
tree49776766a4ce88c83a1075ec870a4f20f1e0705a /lisp/emacs-lisp/bytecomp.el
parentfc5a4218929d7e3b65a33b81782fdaca75c5faae (diff)
downloademacs-79ae7b3c874ae9ca77213bfdea13d186ba902961.tar.gz
emacs-79ae7b3c874ae9ca77213bfdea13d186ba902961.tar.bz2
emacs-79ae7b3c874ae9ca77213bfdea13d186ba902961.zip
Fix typo in byte-compile-lambda warning
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Fix typo in message (bug#57690).
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index a16486dc31c..48929e62bdf 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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