]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.
authorAndrea Corallo <akrl@sdf.org>
Thu, 13 Aug 2020 07:45:16 +0000 (09:45 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 13 Aug 2020 10:21:28 +0000 (12:21 +0200)
lisp/emacs-lisp/comp.el

index c5027168be45e2fa1f19c3446294b2f95f762c7c..599d35b61c5b5624b6fd7b3289a811be2f57a36c 100644 (file)
@@ -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