summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-09-20 11:02:22 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-09-20 11:02:22 (GMT)
commit82a277928b3b076a43036ae78cf6abc857158a8b (patch)
treebd53c12064ca797cc80e184b80c5694fe9e1a39d
parent962a40926f3e6da99ec3d00948128525f8db4f9b (diff)
downloadtk-82a277928b3b076a43036ae78cf6abc857158a8b.zip
tk-82a277928b3b076a43036ae78cf6abc857158a8b.tar.gz
tk-82a277928b3b076a43036ae78cf6abc857158a8b.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]. (Cherrypicked [51836f959e])
-rw-r--r--doc/text.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index 59c1da4..8db9e54 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -1036,7 +1036,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