diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 09:00:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 09:00:27 (GMT) |
commit | ef2e5e5a2e8bd5a470265099d9ccb7d096692c59 (patch) | |
tree | 3605a6a8b8c03a7b6bf9c731d4d51b9834509f13 | |
parent | 79e41bf36db0bbf66dc154389fd454cb95115d83 (diff) | |
download | tcl-ef2e5e5a2e8bd5a470265099d9ccb7d096692c59.zip tcl-ef2e5e5a2e8bd5a470265099d9ccb7d096692c59.tar.gz tcl-ef2e5e5a2e8bd5a470265099d9ccb7d096692c59.tar.bz2 |
Put back Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult in doc header (accidently removed)
-rw-r--r-- | doc/SaveInterpState.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/SaveInterpState.3 b/doc/SaveInterpState.3 index cbd9c62..9f9a2de 100644 --- a/doc/SaveInterpState.3 +++ b/doc/SaveInterpState.3 @@ -9,8 +9,7 @@ .so man.macros .BS .SH NAME -Tcl_SaveInterpState, Tcl_RestoreInterpState, Tcl_DiscardInterpState \- Save and restore the -state of an an interpreter. +Tcl_SaveInterpState, Tcl_RestoreInterpState, Tcl_DiscardInterpState, Tcl_SaveResult, Tcl_RestoreResult, Tcl_DiscardResult \- save and restore an interpreter's state .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |