From: Michael Albinus Date: Tue, 25 Feb 2025 08:57:30 +0000 (+0100) Subject: * doc/misc/ert.texi (Helpers for Buffers): Fix wrong name. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0f4bd61de3815e49567fdd0b2cafffc01f6dc88;p=emacs.git * doc/misc/ert.texi (Helpers for Buffers): Fix wrong name. (cherry picked from commit cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a) --- 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