; Minor fix of last change

* lisp/emacs-lisp/comp.el (comp-subr-trampoline-install): Fix
wording.  (Bug#61880)
This commit is contained in:
Eli Zaretskii 2023-03-05 12:24:39 +02:00
parent 9c18af0cfa
commit 2258ed01f4

View file

@ -712,7 +712,7 @@ This are essential for the trampoline machinery to work properly.")
(defun comp-subr-trampoline-install (subr-name) (defun comp-subr-trampoline-install (subr-name)
"Make SUBR-NAME effectively advice-able when called from native code." "Make SUBR-NAME effectively advice-able when called from native code."
(when (memq subr-name comp-warn-primitives) (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)) subr-name))
(unless (or (null native-comp-enable-subr-trampolines) (unless (or (null native-comp-enable-subr-trampolines)
(memq subr-name native-comp-never-optimize-functions) (memq subr-name native-comp-never-optimize-functions)