mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
clarify the -T/--tabsize option in the documentation too
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1663 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
a7c9364641
commit
475a2a7410
@ -190,6 +190,8 @@ CVS code -
|
|||||||
- faq.html:
|
- faq.html:
|
||||||
- Fixed inaccuracy: multibuffer mode was first in nano 1.1.0,
|
- Fixed inaccuracy: multibuffer mode was first in nano 1.1.0,
|
||||||
not 1.1.12. (DLR)
|
not 1.1.12. (DLR)
|
||||||
|
- nano.1, nanorc.5, nano.texi
|
||||||
|
- Clarify the description for -T/--tabsize a bit. (DLR)
|
||||||
- README:
|
- README:
|
||||||
- Reformat to 72 characters per line, fix wording in one spot,
|
- Reformat to 72 characters per line, fix wording in one spot,
|
||||||
and fix spacing in several spots. (DLR)
|
and fix spacing in several spots. (DLR)
|
||||||
|
@ -77,8 +77,8 @@ Enable regular expression matching for search strings, as well as
|
|||||||
Enable smooth scrolling. Text will scroll line-by-line, instead of the
|
Enable smooth scrolling. Text will scroll line-by-line, instead of the
|
||||||
usual chunk-by-chunk behavior.
|
usual chunk-by-chunk behavior.
|
||||||
.TP
|
.TP
|
||||||
.B \-T \fInum\fP (\-\-tabsize=\fInum\fP)
|
.B \-T \fIcols\fP (\-\-tabsize=\fIcols\fP)
|
||||||
Set the size (width) of a tab.
|
Set the size (width) of a tab to \fIcols\fP columns.
|
||||||
.TP
|
.TP
|
||||||
.B \-V (\-\-version)
|
.B \-V (\-\-version)
|
||||||
Show the current version number and author.
|
Show the current version number and author.
|
||||||
|
@ -115,8 +115,8 @@ calls \fIspell\fP.
|
|||||||
Allow nano to be suspended with ^Z.
|
Allow nano to be suspended with ^Z.
|
||||||
.TP
|
.TP
|
||||||
\fBset tabsize \fIn\fP\fP
|
\fBset tabsize \fIn\fP\fP
|
||||||
Use a tab size of \fIn\fP instead of the default (8); must be greater
|
Use a tab size of \fIn\fP columns instead of the default (8); must be
|
||||||
than 0.
|
greater than 0.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset tempfile\fP
|
\fBset/unset tempfile\fP
|
||||||
Save automatically on exit, don't prompt.
|
Save automatically on exit, don't prompt.
|
||||||
|
@ -143,8 +143,8 @@ Turn on regular expression search and search/replace.
|
|||||||
@item -S, --smooth
|
@item -S, --smooth
|
||||||
Enable smooth scrolling.
|
Enable smooth scrolling.
|
||||||
|
|
||||||
@item -T [num], --tabsize=[num]
|
@item -T [num], --tabsize=[#cols]
|
||||||
Set the displayed tab length to [num] columns.
|
Set the displayed tab length to [#cols] columns.
|
||||||
|
|
||||||
@item -V, --version
|
@item -V, --version
|
||||||
Print the version number and copyright and quit.
|
Print the version number and copyright and quit.
|
||||||
|
Loading…
Reference in New Issue
Block a user