From 3b30cec8b9d68c41584531341f3a9ee8d0393aa9 Mon Sep 17 00:00:00 2001 From: oehhar Date: Mon, 22 Apr 2024 07:00:47 +0000 Subject: Ticket [00b3e5dea8]: "info comdtype" return value "native" created by "Tcl_CreateObjCommand", not "Tcl_CreateObjProc" --- doc/info.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/info.n b/doc/info.n index b84b2c7..028a772 100644 --- a/doc/info.n +++ b/doc/info.n @@ -54,7 +54,7 @@ target are visible. .IP \fBimport\fR \fIcommandName\fR was created by \fBnamespace import\fR. .IP \fBnative\fR -\fIcommandName\fR was created by the \fBTcl_CreateObjProc\fR +\fIcommandName\fR was created by the \fBTcl_CreateObjCommand\fR interface directly without further registration of the type of command. .IP \fBobject\fR \fIcommandName\fR is the public command that represents an -- cgit v0.12