]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
authorAndrea Corallo <akrl@sdf.org>
Thu, 16 Apr 2020 18:03:54 +0000 (19:03 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 16 Apr 2020 18:06:08 +0000 (19:06 +0100)
lisp/emacs-lisp/comp.el

index 2cc7dfd17f7cad3f42937ce9802cf100c30efa68..7486e8074920f05810389826db81cf3a55da2732 100644 (file)
@@ -91,8 +91,8 @@ This intended for debugging the compiler itself.
     ;; For user convenience
     yes-or-no-p)
   "Primitive functions for which we do not perform trampoline optimization.
-This is especially usefull for primitives known to be advised if bootstrap is
-performed at `comp-speed' > 0."
+This is especially useful for primitives known to be advised or
+redefined when compilation is performed at `comp-speed' > 0."
   :type 'list
   :group 'comp)