diff options
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: info.n,v 1.37 2010/04/05 19:44:45 ferrieux Exp $ +'\" RCS: @(#) $Id: info.n,v 1.38 2010/04/07 09:51:31 dkf Exp $ '\" .so man.macros .TH info n 8.4 Tcl "Tcl Built-In Commands" @@ -95,14 +95,14 @@ Otherwise it returns \fB1\fR and places the default value of \fIarg\fR into variable \fIvarname\fR. .TP \fBinfo errorstack \fR?\fIinterp\fR? -. -Returns a list of lists made of the function names and arguments at -each level from the call stack of the last error in the given -\fIinterp\fR, or in the current one if not specified. This -information is also present in the -errorstack entry of the options -dictionary returned by 3-arg \fBcatch\fR; \fBinfo errorstack\fR is a -convenient way of retrieving it for uncaught errors at toplevel in an -interactive tclsh. +.VS 8.6 +Returns a list of lists made of the function names and arguments at each level +from the call stack of the last error in the given \fIinterp\fR, or in the +current one if not specified. This information is also present in the +\fB\-errorstack\fR entry of the options dictionary returned by 3-argument +\fBcatch\fR; \fBinfo errorstack\fR is a convenient way of retrieving it for +uncaught errors at toplevel in an interactive tclsh. +.VE 8.6 .TP \fBinfo exists \fIvarName\fR . @@ -687,6 +687,7 @@ command, information, interpreter, introspection, level, namespace, object, .VE 8.6 procedure, variable -.\" Local Variables: -.\" mode: nroff -.\" End: +'\" Local Variables: +'\" mode: nroff +'\" fill-column: 78 +'\" End: |