diff options
| author | Eli Zaretskii | 2006-01-21 20:31:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-21 20:31:18 +0000 |
| commit | 7ab3896295d7a812e8dcb697c05a44df9e5be73d (patch) | |
| tree | 0641ff24b220ca854a97de4f7acd05f63268394a | |
| parent | cde0a40c5689576ee64c9d157fbc4fa4962f436f (diff) | |
| download | emacs-7ab3896295d7a812e8dcb697c05a44df9e5be73d.tar.gz emacs-7ab3896295d7a812e8dcb697c05a44df9e5be73d.zip | |
Don't use @kbd for TAB in index.
| -rw-r--r-- | man/vip.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/vip.texi b/man/vip.texi index e98d51aeca1..96d04ef0913 100644 --- a/man/vip.texi +++ b/man/vip.texi | |||
| @@ -1568,7 +1568,7 @@ keymap. See GNU Emacs Manual for details. | |||
| 1568 | @kindex 000 @kbd{C-@@} (@code{set-mark-command}) | 1568 | @kindex 000 @kbd{C-@@} (@code{set-mark-command}) |
| 1569 | Set mark and push previous mark on mark ring (@code{set-mark-command}). | 1569 | Set mark and push previous mark on mark ring (@code{set-mark-command}). |
| 1570 | @item TAB | 1570 | @item TAB |
| 1571 | @kindex 011 @kbd{TAB} (@code{indent-for-tab-command}) | 1571 | @kindex 011 TAB (@code{indent-for-tab-command}) |
| 1572 | Indent line for current major mode (@code{indent-for-tab-command}). | 1572 | Indent line for current major mode (@code{indent-for-tab-command}). |
| 1573 | @item C-j | 1573 | @item C-j |
| 1574 | @kindex 012 @kbd{C-j} (@code{newline-and-indent}) | 1574 | @kindex 012 @kbd{C-j} (@code{newline-and-indent}) |