You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2003/10/31 18:06:43 UTC

cvs commit: tcl-websh/doc quickref.xml

ronnie      2003/10/31 09:06:43

  Modified:    doc      quickref.xml
  Log:
  - added context::delete docu
  
  Revision  Changes    Path
  1.57      +12 -3     tcl-websh/doc/quickref.xml
  
  Index: quickref.xml
  ===================================================================
  RCS file: /home/cvs/tcl-websh/doc/quickref.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- quickref.xml	22 Sep 2003 16:03:41 -0000	1.56
  +++ quickref.xml	31 Oct 2003 17:06:43 -0000	1.57
  @@ -1587,7 +1587,8 @@
   	<option>cappend</option>, <option>clappend</option>,
   	<option>cget</option>, <option>cexists</option>,
   	<option>cunset</option>, <option>carray</option>,
  -	<option>cnames</option>, and <option>dump</option>.
  +	<option>cnames</option>, <option>delete</option>,
  +        and <option>dump</option>.
   
   	Manages data of the context. The subcommands behave like the
   	Tcl commands with similar names.
  @@ -1677,6 +1678,14 @@
   	      <para>
   		lists existing keys of context matching
   		<option>pattern</option>.
  +	      </para>
  +	    </listitem>
  +	  </varlistentry>
  +	  <varlistentry>
  +	    <term><command><replaceable>name</replaceable>::delete</command></term>
  +	    <listitem>
  +	      <para>
  +		delete the context (same as <command>namespace delete <replaceable>name</replaceable></command>)
   	      </para>
   	    </listitem>
   	  </varlistentry>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org