* doc/misc/ert.texi (Helpers for Buffers): Fix wrong name.

This commit is contained in:
Michael Albinus
2025-02-25 09:57:30 +01:00
parent 53eec34da1
commit cc8e8b2595

View File

@@ -1125,7 +1125,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