diff options
| author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-12-01 21:29:32 (GMT) |
|---|---|---|
| committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-12-01 21:29:32 (GMT) |
| commit | b18b7aaea8b0fbb0ae15c1e419747cf84faed618 (patch) | |
| tree | 696d3327d2af03ffc32549751fb00e1b5ac7f3fa | |
| parent | cb4bab77a0d4cc5d776c242b73b5d1bfa84d6e88 (diff) | |
| download | tcl-b18b7aaea8b0fbb0ae15c1e419747cf84faed618.zip tcl-b18b7aaea8b0fbb0ae15c1e419747cf84faed618.tar.gz tcl-b18b7aaea8b0fbb0ae15c1e419747cf84faed618.tar.bz2 | |
* doc/lset.n: fix typo [Bug 852224]
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | doc/lset.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-12-01 Miguel Sofer <msofer@users.sf.net> + + * doc/lset.n: fix typo [Bug 852224] + 2003-11-21 Don Porter <dgp@users.sourceforge.net> *** 8.4.5 TAGGED FOR RELEASE *** @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lset.n,v 1.6 2003/01/23 14:18:33 dkf Exp $ +'\" RCS: @(#) $Id: lset.n,v 1.6.2.1 2003/12/01 21:29:34 msofer Exp $ '\" .so man.macros .TH lset n 8.4 Tcl "Tcl Built-In Commands" @@ -37,7 +37,7 @@ In this case, \fInewValue\fR replaces the old value of the variable \fIvarName\fR. .PP When presented with a single index, the \fBlset\fR command -treats the content of the \fIvarBane\fR variable as a Tcl list. +treats the content of the \fIvarName\fR variable as a Tcl list. It addresses the \fIindex\fR'th element in it (0 refers to the first element of the list). When interpreting the list, \fBlset\fR observes the same rules |
