From b7bc361b9341cefda6d6cf2fb6cd8a378418e0f7 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 21 Nov 2023 16:54:50 -0500 Subject: [PATCH] Fix typo in benchmark.md --- .repo-assets/benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-assets/benchmark.md b/.repo-assets/benchmark.md index e6c54f3..ee7dde5 100644 --- a/.repo-assets/benchmark.md +++ b/.repo-assets/benchmark.md @@ -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))