Clarified documentation on the 'send' command. - sam - An updated version of th… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 94871df993984b49dcb7037968bbd5277a7268f9 | |
parent 6b2e7153e970ff0ccbb175072e1a719d45f701b1 | |
Author: Rob King <[email protected]> | |
Date: Fri, 23 Sep 2016 09:36:35 -0500 | |
Clarified documentation on the 'send' command. | |
Diffstat: | |
doc/samrc.5 | 8 ++++---- | |
1 file changed, 4 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/doc/samrc.5 b/doc/samrc.5 | |
@@ -243,7 +243,7 @@ scrolldown Scroll display down by page Page D… | |
scrollup Scroll display up by page Page Up, Up/Left Arrow | |
scrolldownline Scroll display down by line None | |
scrollupline Scroll display up by line None | |
-jump Jump to/from command file Control-K | |
+jump Jump to/from command window Control-K | |
charright Move dot one character to the right Control-D | |
charleft Move dot one character to the left Control-S | |
lineup Move dot one line up Control-E | |
@@ -259,7 +259,7 @@ exchange Exchange snarf buffer Control-Q | |
eol Move to end of line None | |
bol Move to beginning of line None | |
tab Insert a (possibly expanded) tab Tab | |
-send Append argument to command file None | |
+send Append argument to command window None | |
.TE | |
.Pp | |
Additionally, | |
@@ -288,9 +288,9 @@ Note that the | |
command is analagous to the | |
.Dq send | |
menu item: | |
-the argument text is simply appended to the command file. | |
+the argument text is simply appended to the text in the command window. | |
Thus, | |
-one should exercise caution if partially-completed commands exist in the comma… | |
+one should exercise caution if partially-completed commands exist in the comma… | |
.Ss "Mouse Button States" | |
Chords are described using two states: | |
a beginning state and an end state. |