emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 65cc8ef: * lisp/emacs-lisp/comp.el (comp-never-optim


From: Andrea Corallo
Subject: feature/native-comp 65cc8ef: * lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
Date: Thu, 16 Apr 2020 14:06:48 -0400 (EDT)

branch: feature/native-comp
commit 65cc8efa333bbb66acd7b19f4b39c3138995e864
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * lisp/emacs-lisp/comp.el (comp-never-optimize-functions): Better doc fix
---
 lisp/emacs-lisp/comp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 2cc7dfd..7486e80 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]