diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-05 09:37:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-05 09:37:10 (GMT) |
commit | 96b1a87503f1da17ec4626ba78ef7a04030e98ce (patch) | |
tree | c7d237c985be75a0fd31ec61279b1cf31ce39417 /doc | |
parent | fe97a8d7c3a50b23fe6136f9034f16769304d1df (diff) | |
download | tcl-96b1a87503f1da17ec4626ba78ef7a04030e98ce.zip tcl-96b1a87503f1da17ec4626ba78ef7a04030e98ce.tar.gz tcl-96b1a87503f1da17ec4626ba78ef7a04030e98ce.tar.bz2 |
Minor clarification of description; all traces use a command prefix for their
callbacks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/trace.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trace.n b/doc/trace.n index 9d40123..c928856 100644 --- a/doc/trace.n +++ b/doc/trace.n @@ -138,7 +138,7 @@ error will occur. .PP For \fBleave\fR and \fBleavestep\fR operations: .CS -\fIcommand command-string code result op\fR +\fIcommandPrefix command-string code result op\fR .CE \fICommand-string\fR gives the complete current command being executed (the traced command for a \fBenter\fR operation, an |