Fix typo in benchmark.md

This commit is contained in:
Jessie Hildebrandt 2023-11-21 16:54:50 -05:00
parent e66e181ac2
commit b7bc361b93

View File

@ -1,6 +1,6 @@
```lisp
;; Emacs 29 with native compilation, default GC threshold
;; Run in a lisp-interaction buffer with Flymake
;; Run in a lisp-interaction-mode buffer with Flymake
(defun time-mode-line (num &optional and-mem)
(let ((gc-cons-threshold (if and-mem gc-cons-threshold most-positive-fixnum))