]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor fix of last change
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Mar 2023 10:24:39 +0000 (12:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Mar 2023 10:24:39 +0000 (12:24 +0200)
* lisp/emacs-lisp/comp.el (comp-subr-trampoline-install): Fix
wording.  (Bug#61880)

lisp/emacs-lisp/comp.el

index 48756caf100ea90bebd91668107ab76db506d09f..72e9b8e37dc7fe0a1f58da58262a141a2aecec18 100644 (file)
@@ -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)