mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
; Fix typos in Lisp symbols
This commit is contained in:
parent
5405852541
commit
616dcf27e5
20 changed files with 23 additions and 25 deletions
|
|
@ -70,7 +70,7 @@ number of repetitions actually used."
|
|||
|
||||
(defun benchmark--adaptive (func time)
|
||||
"Measure the run time of FUNC, calling it enough times to last TIME seconds.
|
||||
Result is (REPETITIONS . DATA) where DATA is as returned by `branchmark-call'."
|
||||
Result is (REPETITIONS . DATA) where DATA is as returned by `benchmark-call'."
|
||||
(named-let loop ((repetitions 1)
|
||||
(data (let ((x (list 0))) (setcdr x x) x)))
|
||||
;; (message "Running %d iteration" repetitions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue