diff --git a/ChangeLog b/ChangeLog
index e7adace68d69649371fd9b955709709ffb1c5675..d5e0b33de38829c89504a51d0010b98e7019486c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -190,6 +190,8 @@ CVS code -
 - 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)
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 2d1b13caeea4918315a3327e229c3a1f3a164ba8..9d4106d0ee159ff35b162e7c0c3017afc3352e38 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -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
 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.
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 609201650dd6b3e391a4e0447c0ad2926bc9f3e5..8343ea1e2aa8cd649d613e66779c76cd1a905080 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -115,8 +115,8 @@ calls \fIspell\fP.
 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.
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index b1caaafc89cae6ec1d02c1014a995e49c287d808..909286a22e82b2d292a157a545a2aeb4ec887d9f 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -143,8 +143,8 @@ Turn on regular expression search and search/replace.
 @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.