summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-08-13 09:45:16 +0200
committerAndrea Corallo <akrl@sdf.org>2020-08-13 12:21:28 +0200
commitf6502f959253b8f705e324e137c2933c5a668f62 (patch)
treed46f034fce526501bc7d75f07c8cbaa2fa3b8bd6 /lisp/emacs-lisp/comp.el
parentdd814b0a58aebe12168ffde946860e851ecf2b5b (diff)
downloademacs-f6502f959253b8f705e324e137c2933c5a668f62.tar.gz
emacs-f6502f959253b8f705e324e137c2933c5a668f62.tar.bz2
emacs-f6502f959253b8f705e324e137c2933c5a668f62.zip
; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
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