aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-05-16 12:00:33 +0000
committerJuanma Barranquero <[email protected]>2002-05-16 12:00:33 +0000
commitaa87aafcdef167e1e272d31902a341329c9bbf90 (patch)
tree6cac731d4f201239f88e82cb47895da444fd5b63 /lisp/textmodes
parent6b9483facc8cd5d888e3b5705c9267c38e43643f (diff)
Fix typo.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-cite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el
index 11eacce77b..8eda09de35 100644
--- a/lisp/textmodes/reftex-cite.el
+++ b/lisp/textmodes/reftex-cite.el
@@ -299,7 +299,7 @@
(reftex-parse-bibtex-entry nil start (point)))
nil)))))
-;; Parse the thebibliography environment
+;; Parse the bibliography environment
(defun reftex-extract-bib-entries-from-thebibliography (files)
;; Extract bib-entries from the \begin{thebibliography} environment.
;; Parsing is not as good as for the BibTeX database stuff.