summaryrefslogtreecommitdiffstats
path: root/doc/history.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/history.n')
-rw-r--r--doc/history.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/history.n b/doc/history.n
index 4e0716a..a49fd7e 100644
--- a/doc/history.n
+++ b/doc/history.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: history.n,v 1.2 1998/09/14 18:39:53 stanton Exp $
+'\" RCS: @(#) $Id: history.n,v 1.3 2004/08/31 15:19:36 dkf Exp $
'\"
.so man.macros
.TH history n "" Tcl "Tcl Built-In Commands"
@@ -82,7 +82,7 @@ in the history list. It is useful for things like printing the
event number in command-line prompts.
.TP
\fBhistory redo \fR?\fIevent\fR?
-Re-executes the command indicated by \fIevent\fR and return its result.
+Re-executes the command indicated by \fIevent\fR and returns its result.
\fIEvent\fR defaults to \fB\-1\fR. This command results in history
revision: see below for details.
.SH "HISTORY REVISION"