Typo fix. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit ce4e2a675d7fcb52faafd6f907f91d3001b1d5ac | |
parent 9e12e7f5a939a95c052700d5cc2fa3fd18d36725 | |
Author: Rob King <[email protected]> | |
Date: Fri, 19 Aug 2016 21:55:25 -0500 | |
Typo fix. | |
Diffstat: | |
doc/sam.1 | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/doc/sam.1 b/doc/sam.1 | |
@@ -44,7 +44,7 @@ Editing will be done with the command language only, as in | |
Expand tabs to spaces during editing. | |
Literal tabs may still be inserted using the character composition functionali… | |
.Sx "Composed Text Input" "," | |
-or using by holding Control while pressing the Tab key. | |
+or by holding Control while pressing the Tab key. | |
.It Fl f | |
Do not create or take ownership of the external command FIFO | |
.Po | |
@@ -784,7 +784,7 @@ Saves the sent text in the snarf buffer. | |
.Pq "Command window only." | |
.El | |
.Pp | |
-The cut and paste operations can also be accessed using combinations of mouse … | |
+The cut and paste operations can also be accessed combinations of mouse butto… | |
After making a selection with button 1, pressing button 2 with button 1 still … | |
Pressing button 3 with button 1 still pressed will perform a paste operation. | |
Performing both of these operations (pressing buttons 2 and then 3 with button… |