From c0f4bd61de3815e49567fdd0b2cafffc01f6dc88 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 25 Feb 2025 09:57:30 +0100 Subject: [PATCH] * doc/misc/ert.texi (Helpers for Buffers): Fix wrong name. (cherry picked from commit cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a) --- doc/misc/ert.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index ca74b6cabb8..d4aa60f8299 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -1120,7 +1120,7 @@ This has the same effect as combining @code{ert-with-test-buffer} with @lisp (ert-deftest whitespace-tests--global () - (ert-with-test-buffer-selected (:name "global" :selected t) + (ert-with-test-buffer (:name "global" :selected t) @dots{})) @end lisp @end defmac -- 2.39.5