diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:56:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:56:56 (GMT) |
commit | 00c61e611d0efe1b62775b665e0157345c9ad7b5 (patch) | |
tree | 122236bc0f36072ea852aa85a8188b9475c19ef2 /doc/entry.n | |
parent | 9e7ea957b3c08bb06ba7a98956bfc39fca90f3cb (diff) | |
parent | e4bdb863a0201c96d5114bd18b4468c9e7f7dcc9 (diff) | |
download | tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.zip tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.tar.gz tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.tar.bz2 |
More consistancy in Tcl_WrongNumArgs() messages and documentation
Diffstat (limited to 'doc/entry.n')
-rw-r--r-- | doc/entry.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/entry.n b/doc/entry.n index 9eea51b..99ebbf4 100644 --- a/doc/entry.n +++ b/doc/entry.n @@ -190,7 +190,7 @@ The \fBentry\fR command creates a new Tcl command whose name is \fIpathName\fR. This command may be used to invoke various operations on the widget. It has the following general form: .CS -\fIpathName subcommand \fR?\fIarg arg ...\fR? +\fIpathName subcommand \fR?\fIarg ...\fR? .CE \fISubcommand\fR and the \fIarg\fRs determine the exact behavior of the command. |