From: Andrea Corallo Date: Thu, 13 Aug 2020 07:45:16 +0000 (+0200) Subject: ; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc. X-Git-Tag: emacs-28.0.90~2727^2~502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6502f959253b8f705e324e137c2933c5a668f62;p=emacs.git ; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index c5027168be4..599d35b61c5 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -42,7 +42,7 @@ :group 'lisp) (defcustom comp-deferred-compilation nil - "If t compile asyncronously all lexically bound .elc files being loaded. + "If non-nil compile asyncronously all .elc files being loaded. Once compilation happened each function definition is updated to the native compiled one." :type 'boolean