From: Eli Zaretskii Date: Sun, 5 Mar 2023 10:24:39 +0000 (+0200) Subject: ; Minor fix of last change X-Git-Tag: emacs-29.0.90~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2258ed01f420fd4fe66402169add1db7e01f7d2c;p=emacs.git ; Minor fix of last change * lisp/emacs-lisp/comp.el (comp-subr-trampoline-install): Fix wording. (Bug#61880) --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 48756caf100..72e9b8e37dc 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -712,7 +712,7 @@ This are essential for the trampoline machinery to work properly.") (defun comp-subr-trampoline-install (subr-name) "Make SUBR-NAME effectively advice-able when called from native code." (when (memq subr-name comp-warn-primitives) - (warn "Redefining `%s' might breaks trampoline native compilation." + (warn "Redefining `%s' might break native compilation of trampolines." subr-name)) (unless (or (null native-comp-enable-subr-trampolines) (memq subr-name native-comp-never-optimize-functions)