summaryrefslogtreecommitdiffstats
path: root/doc/entry.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 10:07:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 10:07:46 (GMT)
commit023e88a897f369e630a198082e71cbb1823c9a63 (patch)
tree8eebb895d60f55eaed23ea1bfb570065467d077d /doc/entry.n
parent02adf45068f997e84707a3479e629b74b5409671 (diff)
downloadtk-023e88a897f369e630a198082e71cbb1823c9a63.zip
tk-023e88a897f369e630a198082e71cbb1823c9a63.tar.gz
tk-023e88a897f369e630a198082e71cbb1823c9a63.tar.bz2
Sort all usage of "pages", "pixels" and "units", make it alphabetical, in implementation, tests and documentation.
Diffstat (limited to 'doc/entry.n')
-rw-r--r--doc/entry.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/entry.n b/doc/entry.n
index abbf53d..4589af0 100644
--- a/doc/entry.n
+++ b/doc/entry.n
@@ -404,14 +404,14 @@ way through the text appears at the left edge of the window.
This command shifts the view in the window left or right according to
\fInumber\fR and \fIwhat\fR.
\fINumber\fR must be an integer.
-\fIWhat\fR must be either \fBunits\fR or \fBpages\fR or an abbreviation
+\fIWhat\fR must be either \fBpages\fR or \fBunits\fR or an abbreviation
of one of these.
-If \fIwhat\fR is \fBunits\fR, the view adjusts left or right by
-\fInumber\fR average-width characters on the display; if it is
-\fBpages\fR then the view adjusts by \fInumber\fR screenfuls.
-If \fInumber\fR is negative then characters farther to the left
-become visible; if it is positive then characters farther to the right
+If \fIwhat\fR is \fBpages\fR then the view adjusts by \fInumber\fR screenfuls.
+If \fInumber\fR is negative then characters farther to the left become
+visible; if it is positive then characters farther to the right
become visible.
+If \fIwhat\fR is \fBunits\fR, the view adjusts left or right by
+\fInumber\fR average-width characters on the display.
.RE
.SH "DEFAULT BINDINGS"
.PP