summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-09-20 11:00:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-09-20 11:00:40 (GMT)
commit47bcb0359373bad17cdf5676fb0c616c60c6e94e (patch)
tree9a78e88a26cd9f1190035063771dc8c944ca6ab0 /doc/text.n
parentce9091258c15cdfb69b155dd6a1c9bc842ec5398 (diff)
parente7015e0cf1f85888d04570bdecafe3cc90068ab1 (diff)
downloadtk-47bcb0359373bad17cdf5676fb0c616c60c6e94e.zip
tk-47bcb0359373bad17cdf5676fb0c616c60c6e94e.tar.gz
tk-47bcb0359373bad17cdf5676fb0c616c60c6e94e.tar.bz2
Fix small mistake in the [text] man page: Documentation of -rmargincolor mentioned -rmargin1 instead of -rmargin. This little error was mentioned in [aadbe6dd95].
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index ae84f5d..d6aaa1d 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -537,7 +537,7 @@ character of that display line.
\fB\-rmargincolor \fIcolor\fR
.
\fIColor\fR specifies the background color to use in regions that do not
-contain characters because they are indented by \fB\-rmargin1\fR. It may
+contain characters because they are indented by \fB\-rmargin\fR. It may
have any of the forms accepted by \fBTk_GetColor\fR. If \fIcolor\fR has not
been specified, or if it is specified as an empty string, then the color
used is specified by the \fB-background\fR tag option (or, if this is also