nit: comment revision, spellcheck, & reformatting
Close: #7262 Co-authored-by: emergenz <emergenz@users.noreply.github.com>
This commit is contained in:
parent
9a80f783eb
commit
1cd2a287f5
5 changed files with 37 additions and 31 deletions
|
@ -82,6 +82,7 @@
|
|||
(defun doom-system-cpus ()
|
||||
"Return the max number of processing units on this system.
|
||||
Tries to be portable. Returns 1 if cannot be determined."
|
||||
;; REVIEW: Replace with `num-processors' once 27.x support is dropped.
|
||||
(with-memoization (get 'doom-system-cpus 'cached-value)
|
||||
(if (fboundp 'num-processors)
|
||||
(num-processors) ; added in Emacs 28.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue