comparison man/fixit.texi @ 36314:dc1d222b639d

(Fixit): Fix "for for". From "Nelson H. F. Beebe" <beebe@math.utah.edu>.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Feb 2001 10:15:49 +0000
parents 11db0318031d
children f863383a5c3e
comparison
equal deleted inserted replaced
36313:77093a87f2de 36314:dc1d222b639d
14 undo command, @kbd{C-x u} or @kbd{C-_}. This command undoes a single 14 undo command, @kbd{C-x u} or @kbd{C-_}. This command undoes a single
15 command (usually), a part of a command (in the case of 15 command (usually), a part of a command (in the case of
16 @code{query-replace}), or several consecutive self-inserting characters. 16 @code{query-replace}), or several consecutive self-inserting characters.
17 Consecutive repetitions of @kbd{C-_} or @kbd{C-x u} undo earlier and 17 Consecutive repetitions of @kbd{C-_} or @kbd{C-x u} undo earlier and
18 earlier changes, back to the limit of the undo information available. 18 earlier changes, back to the limit of the undo information available.
19 @xref{Undo}, for for more information. 19 @xref{Undo}, for more information.
20 20
21 @menu 21 @menu
22 * Kill Errors:: Commands to kill a batch of recently entered text. 22 * Kill Errors:: Commands to kill a batch of recently entered text.
23 * Transpose:: Exchanging two characters, words, lines, lists... 23 * Transpose:: Exchanging two characters, words, lines, lists...
24 * Fixing Case:: Correcting case of last word entered. 24 * Fixing Case:: Correcting case of last word entered.