summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-01-21 20:31:18 +0000
committerEli Zaretskii <eliz@gnu.org>2006-01-21 20:31:18 +0000
commit7ab3896295d7a812e8dcb697c05a44df9e5be73d (patch)
tree0641ff24b220ca854a97de4f7acd05f63268394a
parentcde0a40c5689576ee64c9d157fbc4fa4962f436f (diff)
downloademacs-7ab3896295d7a812e8dcb697c05a44df9e5be73d.tar.gz
emacs-7ab3896295d7a812e8dcb697c05a44df9e5be73d.tar.bz2
emacs-7ab3896295d7a812e8dcb697c05a44df9e5be73d.zip
Don't use @kbd for TAB in index.
-rw-r--r--man/vip.texi2
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.
@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})