From 073be37b100bf5fb37abafa8452bc865de4aa1e8 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 13 Feb 2004 01:29:16 +0000 Subject: minor clarification in exists vs vars return list --- doc/info.n | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/info.n b/doc/info.n index ab78347..7f66d39 100644 --- a/doc/info.n +++ b/doc/info.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: info.n,v 1.8 2002/06/11 13:22:35 msofer Exp $ +'\" RCS: @(#) $Id: info.n,v 1.8.2.1 2004/02/13 01:29:16 hobbs Exp $ '\" .so man.macros .TH info n 8.4 Tcl "Tcl Built-In Commands" @@ -200,6 +200,8 @@ If \fIpattern\fR is a qualified name, the resulting list of variable names has each matching namespace variable qualified with the name of its namespace. +Note that a currently-visible variable may not yet "exist" if it has not +been set (e.g. a variable declared but not set by \fBvariable\fR). .SH "SEE ALSO" global(n), proc(n) -- cgit v0.12