From 75723ec212ca0ac0b5f019622960caf083e95105 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Mon, 16 Nov 2020 12:48:54 +0100 Subject: [PATCH] ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstring --- lisp/emacs-lisp/benchmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5