]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/ert.texi (Helpers for Buffers): Fix wrong name.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Feb 2025 08:57:30 +0000 (09:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:38:26 +0000 (10:38 +0100)
(cherry picked from commit cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a)

doc/misc/ert.texi

index ca74b6cabb8ddeccc544dde7c2cea27dbd8828e4..d4aa60f829993afe8a4643f93e293e17f6d055c3 100644 (file)
@@ -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