diff options
author | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:00:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:00:19 (GMT) |
commit | e7015e0cf1f85888d04570bdecafe3cc90068ab1 (patch) | |
tree | e2e4df49a0b33c70bd6d463552d20c8913e53803 | |
parent | 28ecd1d8e1c3f719e76cf10280c207b62dcd3769 (diff) | |
download | tk-e7015e0cf1f85888d04570bdecafe3cc90068ab1.zip tk-e7015e0cf1f85888d04570bdecafe3cc90068ab1.tar.gz tk-e7015e0cf1f85888d04570bdecafe3cc90068ab1.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].
-rw-r--r-- | doc/text.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |