emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp f6502f9 1/3: ; * lisp/emacs-lisp/comp.el (comp-defer


From: Andrea Corallo
Subject: feature/native-comp f6502f9 1/3: ; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.
Date: Thu, 13 Aug 2020 06:49:38 -0400 (EDT)

branch: feature/native-comp
commit f6502f959253b8f705e324e137c2933c5a668f62
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    ; * 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 c502716..599d35b 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



reply via email to

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