diff options
author | Philipp Stephani <phst@google.com> | 2020-11-16 12:48:54 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2020-11-16 12:48:54 +0100 |
commit | 75723ec212ca0ac0b5f019622960caf083e95105 (patch) | |
tree | 3060d45c55e38e74089789f6d6c1781c69015e1e /lisp/emacs-lisp/benchmark.el | |
parent | 53e2a612ad7441ac24d27872d404f6f0f15a3962 (diff) | |
download | emacs-75723ec212ca0ac0b5f019622960caf083e95105.tar.gz |
; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstring
Diffstat (limited to 'lisp/emacs-lisp/benchmark.el')
-rw-r--r-- | lisp/emacs-lisp/benchmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el index a7fcc5cb8f2..ee0774db23a 100644 --- 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 |