diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-23 10:15:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-23 10:15:49 +0000 |
commit | b9f152ce39d4a003c445fbc1a53e689c8c38b497 (patch) | |
tree | 4a05a5e1ce572858ccac593be80cf33bf418d869 /man/fixit.texi | |
parent | c53b6500e8061c1cfc39ac35e9a5d70b0c648226 (diff) | |
download | emacs-b9f152ce39d4a003c445fbc1a53e689c8c38b497.tar.gz |
(Fixit): Fix "for for". From "Nelson H. F. Beebe" <beebe@math.utah.edu>.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 41d05fb4b5a..4048e3750ad 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -16,7 +16,7 @@ command (usually), a part of a command (in the case of @code{query-replace}), or several consecutive self-inserting characters. Consecutive repetitions of @kbd{C-_} or @kbd{C-x u} undo earlier and earlier changes, back to the limit of the undo information available. -@xref{Undo}, for for more information. +@xref{Undo}, for more information. @menu * Kill Errors:: Commands to kill a batch of recently entered text. |