1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix

This commit is contained in:
Andrea Corallo 2020-04-16 19:03:54 +01:00
parent d432cbeb27
commit 65cc8efa33

View 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)