* comp.el (comp-async-jobs-number): Fix customize type.
This commit is contained in:
parent
981cc15750
commit
64a6709f64
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ performed at `comp-speed' > 0."
|
|||
(defcustom comp-async-jobs-number 0
|
||||
"Default number of processes used for async compilation.
|
||||
When zero use half of the CPUs or at least one."
|
||||
:type 'fixnum
|
||||
:type 'number
|
||||
:group 'comp)
|
||||
|
||||
(defcustom comp-async-cu-done-hook nil
|
||||
|
|
Loading…
Add table
Reference in a new issue