summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-14 09:26:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-14 09:26:24 (GMT)
commite4bdb863a0201c96d5114bd18b4468c9e7f7dcc9 (patch)
treed099930f18aa92cdc2f5cb67994d1ae801145e43 /doc/text.n
parentbff24c237ed9b9ac18f5c222d29b91e695f99f2c (diff)
downloadtk-e4bdb863a0201c96d5114bd18b4468c9e7f7dcc9.zip
tk-e4bdb863a0201c96d5114bd18b4468c9e7f7dcc9.tar.gz
tk-e4bdb863a0201c96d5114bd18b4468c9e7f7dcc9.tar.bz2
doc fixes
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index f08ed9e..ca46ee2 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -4,7 +4,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH text n 8.5 Tk "Tk Built-In Commands"
.so man.macros
.BS
@@ -1082,7 +1082,7 @@ satisfied and 0 if it is not. \fIOp\fR must be one of the operators <, <=, ==,
the same character, if \fIop\fR is < then 1 is returned if \fIindex1\fR refers
to an earlier character in the text than \fIindex2\fR, and so on.
.TP
-\fIpathName \fBconfigure\fR ?\fIoption\fR? \fI?value option value ...\fR?
+\fIpathName \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR?
.
Query or modify the configuration options of the widget. If no \fIoption\fR is
specified, returns a list describing all of the available options for
@@ -1095,7 +1095,7 @@ command modifies the given widget option(s) to have the given value(s); in
this case the command returns an empty string. \fIOption\fR may have any of
the values accepted by the \fBtext\fR command.
.TP
-\fIpathName \fBcount\fR \fI?options\fR? \fIindex1 index2\fR
+\fIpathName \fBcount\fR ?\fIoptions\fR? \fIindex1 index2\fR
.
Counts the number of relevant things between the two indices. If \fIindex1\fR
is after \fIindex2\fR, the result will be a negative number (and this holds