From f6502f959253b8f705e324e137c2933c5a668f62 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 13 Aug 2020 09:45:16 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5