emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 75723ec: ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix


From: Philipp Stephani
Subject: emacs-27 75723ec: ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstring
Date: Mon, 16 Nov 2020 06:49:33 -0500 (EST)

branch: emacs-27
commit 75723ec212ca0ac0b5f019622960caf083e95105
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * 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 a7fcc5c..ee0774d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]