diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 12:32:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 12:32:51 (GMT) |
commit | e5f9a89a4439e3c40622d9c0e575fc2e7158334d (patch) | |
tree | c58d3b1be7c9ffdf24b434b99d7eda53ef252af1 /doc | |
parent | 630e0a34e65e147a58266f129ff336945b9fbc5e (diff) | |
download | tcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.zip tcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.tar.gz tcl-e5f9a89a4439e3c40622d9c0e575fc2e7158334d.tar.bz2 |
Added documentation for argument.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NRE.3 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: NRE.3,v 1.7 2009/11/27 14:35:10 dkf Exp $ +'\" RCS: @(#) $Id: NRE.3,v 1.8 2010/01/10 12:32:51 dkf Exp $ '\" .so man.macros .TH NRE 3 8.6 Tcl "Tcl Library Procedures" @@ -69,6 +69,8 @@ ORed combination of flag bits that specify additional options. .\" TODO: This is a lie. But kbk didn't grasp TCL_EVAL_INVOKE and .\" TCL_EVAL_NOERR well enough to document them. .AP Tcl_Command cmd in +Token for a command that is to be used instead of the currently +executing command. .AP Tcl_Obj *resultPtr out Pointer to an unshared Tcl_Obj where the result of expression evaluation is written. |