From 65cc8efa333bbb66acd7b19f4b39c3138995e864 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 16 Apr 2020 19:03:54 +0100 Subject: [PATCH] * 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 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) -- 2.39.5