Don't use @kbd for TAB in index.
This commit is contained in:
parent
cde0a40c56
commit
7ab3896295
1 changed files with 1 additions and 1 deletions
|
@ -1568,7 +1568,7 @@ keymap. See GNU Emacs Manual for details.
|
|||
@kindex 000 @kbd{C-@@} (@code{set-mark-command})
|
||||
Set mark and push previous mark on mark ring (@code{set-mark-command}).
|
||||
@item TAB
|
||||
@kindex 011 @kbd{TAB} (@code{indent-for-tab-command})
|
||||
@kindex 011 TAB (@code{indent-for-tab-command})
|
||||
Indent line for current major mode (@code{indent-for-tab-command}).
|
||||
@item C-j
|
||||
@kindex 012 @kbd{C-j} (@code{newline-and-indent})
|
||||
|
|
Loading…
Add table
Reference in a new issue