From 1bd5637b56371026abea1a8e9a490370b5c68931 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Wed, 13 Mar 2024 15:44:30 +0100 Subject: [PATCH] Update tutorial: How to end a macro --- contrib/TRAMPOLINE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/TRAMPOLINE b/contrib/TRAMPOLINE index ffa2ed749..9abc4b998 100644 --- a/contrib/TRAMPOLINE +++ b/contrib/TRAMPOLINE @@ -455,8 +455,8 @@ using the built-in `:doc` command. | Q | chunk interactively, and replay the sequence of keys `---' at will. The sequence in question is a macro: the `Q` primitive will create a new one (i.e., record all the keys -.---, .---, hit henceforth until the escape key `` is hit), and -|ctl|+| r |_. the `q` primitive will replay the keys saved in the macro. +.---, .---, hit henceforth until `Q` is hit again), and the `q` +|ctl|+| r |_. primitive will replay the keys saved in the macro. `---' `---' `.---, | @ | Notes: macros can easily be translated into a proper `---' script, as they are saved in the `@` register, which you