diff options
author | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:00:40 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-09-20 11:00:40 (GMT) |
commit | 9c6e4679af23b7d78d62df51a9c2a6337e776b0e (patch) | |
tree | 9a78e88a26cd9f1190035063771dc8c944ca6ab0 /doc | |
parent | c406272ba4547bcd89b50188b51844eedb675f84 (diff) | |
parent | 2fbabdb68b0dd55663c66c88a060974f68d7f08d (diff) | |
download | tk-9c6e4679af23b7d78d62df51a9c2a6337e776b0e.zip tk-9c6e4679af23b7d78d62df51a9c2a6337e776b0e.tar.gz tk-9c6e4679af23b7d78d62df51a9c2a6337e776b0e.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')
-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 |