summaryrefslogtreecommitdiffstats
path: root/doc/info.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-16 18:00:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-16 18:00:11 (GMT)
commitbce1984cd71b25499760b589bfe695ffb6213d83 (patch)
tree26a12433839436b7c432fcfc0b29c7557ad65873 /doc/info.n
parent3ffda83a5b3d9b03fa4bad1e5384919a46adf47a (diff)
downloadtcl-bce1984cd71b25499760b589bfe695ffb6213d83.zip
tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.gz
tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.bz2
Revert mistaken commit
Diffstat (limited to 'doc/info.n')
-rw-r--r--doc/info.n12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/info.n b/doc/info.n
index 9fd0fde..7a14ea0 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -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.34 2009/11/16 17:38:08 ferrieux Exp $
+'\" RCS: @(#) $Id: info.n,v 1.35 2009/11/16 18:00:11 dgp Exp $
'\"
.so man.macros
.TH info n 8.4 Tcl "Tcl Built-In Commands"
@@ -94,16 +94,6 @@ does not have a default value then the command returns \fB0\fR.
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.
-.TP
\fBinfo exists \fIvarName\fR
.
Returns \fB1\fR if the variable named \fIvarName\fR exists in the