Nomenclature fix. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 13252882e8b54357f2542403aa83dbe3fa9316f3 | |
parent 004781331f55572d7b221de7b26543102a8654ff | |
Author: Rob King <[email protected]> | |
Date: Thu, 1 Sep 2016 09:48:52 -0500 | |
Nomenclature fix. | |
Diffstat: | |
doc/sam.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/doc/sam.1 b/doc/sam.1 | |
@@ -794,7 +794,7 @@ After making a selection with button 1, pressing button 2 w… | |
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… | |
.Pp | |
-A scroll wheel, if present, can be used to scroll a document up and down. | |
+A scroll wheel, if present, can be used to scroll a file up and down. | |
.Pp | |
Various editing functions are also available via the keyboard; | |
note that the bindings for these are configurable at compile-time, |