From: Andrea Corallo Date: Thu, 16 Apr 2020 18:03:54 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix X-Git-Tag: emacs-28.0.90~2727^2~695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65cc8efa333bbb66acd7b19f4b39c3138995e864;p=emacs.git * lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 2cc7dfd17f7..7486e807492 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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)