diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-04-16 19:03:54 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-04-16 19:06:08 +0100 |
commit | 65cc8efa333bbb66acd7b19f4b39c3138995e864 (patch) | |
tree | bfe5e3c48393d06fc5691ff2897bb8cdb904c051 /lisp/emacs-lisp/comp.el | |
parent | d432cbeb27c1f0a2e59c6853b61ecba3615f645e (diff) | |
download | emacs-65cc8efa333bbb66acd7b19f4b39c3138995e864.tar.gz emacs-65cc8efa333bbb66acd7b19f4b39c3138995e864.tar.bz2 emacs-65cc8efa333bbb66acd7b19f4b39c3138995e864.zip |
* lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |