; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.

This commit is contained in:
Andrea Corallo 2020-08-13 09:45:16 +02:00
parent dd814b0a58
commit f6502f9592

View 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