summaryrefslogtreecommitdiffstats
path: root/doc/array.n
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2019-03-22 15:08:06 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2019-03-22 15:08:06 (GMT)
commit69c460065e1b5e87041eec3fbdd2cc2ac2624318 (patch)
tree8077c6aec3afc0606d978f6a69e7e53db9dd408b /doc/array.n
parent079965ccb5930f5eb1bd42385dc74e53b9ab74d3 (diff)
downloadtcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.zip
tcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.tar.gz
tcl-69c460065e1b5e87041eec3fbdd2cc2ac2624318.tar.bz2
lots of changes to the "info" page. Replace "command procedure" with "routine"
in Tcl.n.
Diffstat (limited to 'doc/array.n')
-rw-r--r--doc/array.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/array.n b/doc/array.n
index bbfcd9f..268597d 100644
--- a/doc/array.n
+++ b/doc/array.n
@@ -40,7 +40,7 @@ has been completed.
.VS TIP508
Manages the default value of the array. Arrays initially have no default
value, but this command allows you to set one; the default value will be
-returned when reading from an element of the array \farrayName\fR if the read
+returned when reading from an element of the array \fIarrayName\fR if the read
would otherwise result in an error. Note that this may cause the \fBappend\fR,
\fBdict\fR, \fBincr\fR and \fBlappend\fR commands to change their behavior in
relation to non-existing array elements.