projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e2a61
)
; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstring
author
Philipp Stephani
<phst@google.com>
Mon, 16 Nov 2020 11:48:54 +0000
(12:48 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 16 Nov 2020 11:48:54 +0000
(12:48 +0100)
lisp/emacs-lisp/benchmark.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/benchmark.el
b/lisp/emacs-lisp/benchmark.el
index a7fcc5cb8f2de3561fe63d6118a4bf7c64d31658..ee0774db23ac21460a3500ac03330e7c5f9a5df7 100644
(file)
--- a/
lisp/emacs-lisp/benchmark.el
+++ b/
lisp/emacs-lisp/benchmark.el
@@
-43,7
+43,7
@@
;;;###autoload
(defmacro benchmark-run (&optional repetitions &rest forms)
"Time execution of FORMS.
-If REPETITIONS is supplied as a number, run
forms
that many times,
+If REPETITIONS is supplied as a number, run
FORMS
that many times,
accounting for the overhead of the resulting loop. Otherwise run
FORMS once.
Return a list of the total elapsed time for execution, the number of