From f8ad2e372608e819b699a591a3bc5cecc971094b Mon Sep 17 00:00:00 2001 From: Colin Yates Date: Wed, 20 Dec 2023 15:47:28 +0000 Subject: [PATCH] Update TRAMPOLINE added missing word "...which *does* not store anything written..." --- contrib/TRAMPOLINE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/TRAMPOLINE b/contrib/TRAMPOLINE index 744d48e3a..ffa2ed749 100644 --- a/contrib/TRAMPOLINE +++ b/contrib/TRAMPOLINE @@ -322,8 +322,8 @@ using the built-in `:doc` command. | " |_. .---, temporary search, one could make this primitive save the `---' `| _ | pattern to a different register, to preserve the default one, `---' e.g., `"m*` to save the pattern to the `m` register, or even - `"_*` to save the pattern to a "null" register, which not - store anything written to it. + `"_*` to save the pattern to a "null" register, which does + not store anything written to it. ==[ CAPTURE GROUPS