; * lisp/emacs-lisp/comp.el (comp-deferred-compilation): Fix doc.
This commit is contained in:
parent
dd814b0a58
commit
f6502f9592
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue