Clarified documentation on the 'send' command. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 94871df993984b49dcb7037968bbd5277a7268f9
 (DIR) parent 6b2e7153e970ff0ccbb175072e1a719d45f701b1
 (HTM) Author: Rob King <jking@deadpixi.com>
       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(-)
       ---
 (DIR) diff --git a/doc/samrc.5 b/doc/samrc.5
       @@ -243,7 +243,7 @@ scrolldown        Scroll display down by page        Page Down, Down/Right Arrow
        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 command file.
       +one should exercise caution if partially-completed commands exist in the command window.
        .Ss "Mouse Button States"
        Chords are described using two states:
        a beginning state and an end state.