diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-09-23 23:36:50 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-09-23 23:36:50 (GMT) |
commit | 4b18bbd6f4b8ba02af4fc3d8fe895b61280246c2 (patch) | |
tree | 16b571f3759b886edc6e4b2bd387b7beac82392b /doc | |
parent | 228d54da529d3af8f34d07a6007502fff640b733 (diff) | |
download | tcl-4b18bbd6f4b8ba02af4fc3d8fe895b61280246c2.zip tcl-4b18bbd6f4b8ba02af4fc3d8fe895b61280246c2.tar.gz tcl-4b18bbd6f4b8ba02af4fc3d8fe895b61280246c2.tar.bz2 |
* doc/namespace.n: the description of [namespace unknown] failed
to mention [namespace path]: fixed. Thx emiliano.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/namespace.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index dfd0467..52dde94 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: namespace.n,v 1.35 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: namespace.n,v 1.36 2009/09/23 23:36:50 msofer Exp $ '\" .so man.macros .TH namespace n 8.5 Tcl "Tcl Built-In Commands" @@ -296,7 +296,8 @@ 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 either the current namespace or the global namespace). +cannot be found in the current namespace, the namespace's path nor in +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 |