summaryrefslogtreecommitdiff
path: root/man/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-01-21 13:01:28 +0000
committerEli Zaretskii <eliz@gnu.org>2006-01-21 13:01:28 +0000
commit97957e69bd8e49e6e21b799c9f5bee6d475a1986 (patch)
tree64d61895b46f98601a6d0095498026f59cb578fc /man/text.texi
parentbc860b321a36334cd233a5dd128952ff08634936 (diff)
downloademacs-97957e69bd8e49e6e21b799c9f5bee6d475a1986.tar.gz
Use @key for TAB.
Diffstat (limited to 'man/text.texi')
-rw-r--r--man/text.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/text.texi b/man/text.texi
index 5abb736a891..4470e494daf 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -1680,12 +1680,12 @@ Variables}.
For La@TeX{} files, you can use Bib@TeX{} to process the auxiliary
file for the current buffer's file. Bib@TeX{} looks up bibliographic
citations in a data base and prepares the cited references for the
-bibliography section. The command @kbd{C-c TAB}
+bibliography section. The command @kbd{C-c @key{TAB}}
(@code{tex-bibtex-file}) runs the shell command
(@code{tex-bibtex-command}) to produce a @samp{.bbl} file for the
current buffer's file. Generally, you need to do @kbd{C-c C-f}
(@code{tex-file}) once to generate the @samp{.aux} file, then do
-@kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f}
+@kbd{C-c @key{TAB}} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f}
(@code{tex-file}) twice more to get the cross-references correct.
@findex tex-compile