From f5763aaeff241b354a2d83656dbed271f1d85da0 Mon Sep 17 00:00:00 2001 From: Alan <51193876+Pound-Hash@users.noreply.github.com> Date: Wed, 13 Jul 2022 23:22:55 -0700 Subject: [PATCH] Update doc/pages/execeval.asciidoc Co-authored-by: Screwtapello --- doc/pages/execeval.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/execeval.asciidoc b/doc/pages/execeval.asciidoc index 49a42df4..617f5ea0 100644 --- a/doc/pages/execeval.asciidoc +++ b/doc/pages/execeval.asciidoc @@ -11,7 +11,7 @@ By default, the execution of both commands happens within the context of the current client, and stops when the last key/command is reached or an error occurs. -Regarding registers, *execute-keys* saves the following registers, which +Without the *-save-regs* switch, *execute-keys* saves the following registers, which are then restored when the keys have been executed: */*, *"*, *|*, *^*, *@*. *evaluate-commands* doesn't save any registers by default. (See <>)