diff options
| author | Michael Albinus | 2025-02-25 09:57:30 +0100 |
|---|---|---|
| committer | Michael Albinus | 2025-02-25 09:57:30 +0100 |
| commit | cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a (patch) | |
| tree | 409e96f689665968b4aa27d49be04b852524141f | |
| parent | 53eec34da1bf2fb9381680734a99f3fb11225787 (diff) | |
| download | emacs-cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a.tar.gz emacs-cc8e8b2595ff2ad0c4e4d5805fed1657a5ad504a.zip | |
* doc/misc/ert.texi (Helpers for Buffers): Fix wrong name.
| -rw-r--r-- | doc/misc/ert.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index 116631ce727..2327cc94b29 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -1125,7 +1125,7 @@ This has the same effect as combining @code{ert-with-test-buffer} with | |||
| 1125 | 1125 | ||
| 1126 | @lisp | 1126 | @lisp |
| 1127 | (ert-deftest whitespace-tests--global () | 1127 | (ert-deftest whitespace-tests--global () |
| 1128 | (ert-with-test-buffer-selected (:name "global" :selected t) | 1128 | (ert-with-test-buffer (:name "global" :selected t) |
| 1129 | @dots{})) | 1129 | @dots{})) |
| 1130 | @end lisp | 1130 | @end lisp |
| 1131 | @end defmac | 1131 | @end defmac |