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 | 55342736674396e57e8195f63976571de5905b5f (patch) | |
tree | 5f4a4b07091996d80946f49bba26d27825d82055 /man/fixit.texi | |
parent | 6abb920104e1318034d7ed77615609f8a878aedf (diff) | |
download | emacs-55342736674396e57e8195f63976571de5905b5f.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. |