comparison man/kmacro.texi @ 68313:20ff812ba5b3

Use @key for TAB.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Jan 2006 13:01:28 +0000
parents 3723093a21fd
children cd4235065942 9b150bc96d33
comparison
equal deleted inserted replaced
68312:9670873b887a 68313:20ff812ba5b3
519 @kbd{n}, @kbd{d}, and @kbd{DEL} skip and delete the current command. 519 @kbd{n}, @kbd{d}, and @kbd{DEL} skip and delete the current command.
520 @item 520 @item
521 @kbd{f} skips the current command in this execution of the keyboard 521 @kbd{f} skips the current command in this execution of the keyboard
522 macro, but doesn't delete it from the macro. 522 macro, but doesn't delete it from the macro.
523 @item 523 @item
524 @kbd{TAB} executes the current command, as well as all similar 524 @kbd{@key{TAB}} executes the current command, as well as all similar
525 commands immediately following the current command; for example, TAB 525 commands immediately following the current command; for example, @key{TAB}
526 may be used to insert a sequence of characters (corresponding to a 526 may be used to insert a sequence of characters (corresponding to a
527 sequence of @code{self-insert-command} commands). 527 sequence of @code{self-insert-command} commands).
528 @item 528 @item
529 @kbd{c} continues execution (without further editing) until the end of 529 @kbd{c} continues execution (without further editing) until the end of
530 the keyboard macro. If execution terminates normally, the edited 530 the keyboard macro. If execution terminates normally, the edited