correct info documentation of benchmark-call

* doc/lispref/debugging.texi (Profiling): 'benchmark-call' is a defun,
not a macro.
This commit is contained in:
Robert Pluim 2023-07-04 17:21:54 +02:00
parent 67def1f550
commit 244d4c837a

View file

@ -1102,9 +1102,9 @@ functions written in Lisp, it cannot profile Emacs primitives.
You can measure the time it takes to evaluate individual Emacs Lisp You can measure the time it takes to evaluate individual Emacs Lisp
forms using the @file{benchmark} library. See the function forms using the @file{benchmark} library. See the function
@code{benchmark-call} as well as the macros @code{benchmark-run}, @code{benchmark-call} as well as the macros @code{benchmark-run},
@code{benchmark-run-compiled}, @code{benchmark-progn} and @code{benchmark-run-compiled}, and @code{benchmark-progn} in
@code{benchmark-call} in @file{benchmark.el}. You can also use the @file{benchmark.el}. You can also use the @code{benchmark} command
@code{benchmark} command for timing forms interactively. for timing forms interactively.
@c Not worth putting in the printed manual. @c Not worth putting in the printed manual.
@ifnottex @ifnottex