diff 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
line wrap: on
line diff
--- a/man/kmacro.texi	Sat Jan 21 11:49:13 2006 +0000
+++ b/man/kmacro.texi	Sat Jan 21 13:01:28 2006 +0000
@@ -521,8 +521,8 @@
 @kbd{f} skips the current command in this execution of the keyboard
 macro, but doesn't delete it from the macro.
 @item
-@kbd{TAB} executes the current command, as well as all similar
-commands immediately following the current command; for example, TAB
+@kbd{@key{TAB}} executes the current command, as well as all similar
+commands immediately following the current command; for example, @key{TAB}
 may be used to insert a sequence of characters (corresponding to a
 sequence of @code{self-insert-command} commands).
 @item