- faq.html:
- Fixed inaccuracy: multibuffer mode was first in nano 1.1.0,
not 1.1.12. (DLR)
+- nano.1, nanorc.5, nano.texi
+ - Clarify the description for -T/--tabsize a bit. (DLR)
- README:
- Reformat to 72 characters per line, fix wording in one spot,
and fix spacing in several spots. (DLR)
Enable smooth scrolling. Text will scroll line-by-line, instead of the
usual chunk-by-chunk behavior.
.TP
-.B \-T \fInum\fP (\-\-tabsize=\fInum\fP)
-Set the size (width) of a tab.
+.B \-T \fIcols\fP (\-\-tabsize=\fIcols\fP)
+Set the size (width) of a tab to \fIcols\fP columns.
.TP
.B \-V (\-\-version)
Show the current version number and author.
Allow nano to be suspended with ^Z.
.TP
\fBset tabsize \fIn\fP\fP
-Use a tab size of \fIn\fP instead of the default (8); must be greater
-than 0.
+Use a tab size of \fIn\fP columns instead of the default (8); must be
+greater than 0.
.TP
\fBset/unset tempfile\fP
Save automatically on exit, don't prompt.
@item -S, --smooth
Enable smooth scrolling.
-@item -T [num], --tabsize=[num]
-Set the displayed tab length to [num] columns.
+@item -T [num], --tabsize=[#cols]
+Set the displayed tab length to [#cols] columns.
@item -V, --version
Print the version number and copyright and quit.