diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-12-31 22:58:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-12-31 22:58:01 (GMT) |
commit | c4f94adb460fd2389bbf4b3db9befcbfb97dae0b (patch) | |
tree | 8de6a6651f12db3e3b5409c06aca51fc402d01a0 /doc/info.n | |
parent | d4b3d3a460efcdaa6f0ef897a6c3e52b3331e421 (diff) | |
download | tcl-c4f94adb460fd2389bbf4b3db9befcbfb97dae0b.zip tcl-c4f94adb460fd2389bbf4b3db9befcbfb97dae0b.tar.gz tcl-c4f94adb460fd2389bbf4b3db9befcbfb97dae0b.tar.bz2 |
Other list-returning [info class] subcommands are plurals, so change property -> properties
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -492,7 +492,7 @@ be discovered with \fBinfo class forward\fR. This subcommand returns a list of all classes that have been mixed into the class named \fIclass\fR. .TP -\fBinfo class property\fI class\fR ?\fIoptions...\fR +\fBinfo class properties\fI class\fR ?\fIoptions...\fR .VS "TIP 558" This subcommand returns a sorted list of properties defined on the class named \fIclass\fR. The \fIoptions\fR define exactly which properties are returned: @@ -704,7 +704,7 @@ object named \fIobject\fR. This subcommand returns the name of the internal namespace of the object named \fIobject\fR. .TP -\fBinfo object property\fI object\fR ?\fIoptions...\fR +\fBinfo object properties\fI object\fR ?\fIoptions...\fR .VS "TIP 558" This subcommand returns a sorted list of properties defined on the object named \fIobject\fR. The \fIoptions\fR define exactly which properties are |