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:
parent
d432cbeb27
commit
65cc8efa33
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue