diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 14:34:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 14:34:35 (GMT) |
commit | 7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4 (patch) | |
tree | 941ec84a540d886ab16d256cc6c408416dd860b0 /doc/namespace.n | |
parent | fa105712c19ab4f84d85f6e33cb51a85e2ad259f (diff) | |
parent | 313d238fb894ff0775f40ec5aee77627742a3b1b (diff) | |
download | tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.zip tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.gz tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.bz2 |
merge bytecode init reworking
Diffstat (limited to 'doc/namespace.n')
-rw-r--r-- | doc/namespace.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index 1f4e85f..b0b6e25 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -303,7 +303,7 @@ used for qualified namespace or variable names. Sets or returns the unknown command handler for the current namespace. The handler is invoked when a command called from within the namespace cannot be found in the current namespace, the namespace's path nor in -the global namespace. +the global namespace. The \fIscript\fR argument, if given, should be a well formed list representing a command name and optional arguments. When the handler is invoked, the full invocation line will be appended to the |