aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2002-05-16 12:00:33 +0000
committerJuanma Barranquero2002-05-16 12:00:33 +0000
commitaa87aafcdef167e1e272d31902a341329c9bbf90 (patch)
tree6cac731d4f201239f88e82cb47895da444fd5b63 /lisp/textmodes
parent6b9483facc8cd5d888e3b5705c9267c38e43643f (diff)
downloademacs-aa87aafcdef167e1e272d31902a341329c9bbf90.tar.gz
emacs-aa87aafcdef167e1e272d31902a341329c9bbf90.zip
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 11eacce77b3..8eda09de357 100644
--- a/lisp/textmodes/reftex-cite.el
+++ b/lisp/textmodes/reftex-cite.el
@@ -299,7 +299,7 @@
299 (reftex-parse-bibtex-entry nil start (point))) 299 (reftex-parse-bibtex-entry nil start (point)))
300 nil))))) 300 nil)))))
301 301
302;; Parse the thebibliography environment 302;; Parse the bibliography environment
303(defun reftex-extract-bib-entries-from-thebibliography (files) 303(defun reftex-extract-bib-entries-from-thebibliography (files)
304 ;; Extract bib-entries from the \begin{thebibliography} environment. 304 ;; Extract bib-entries from the \begin{thebibliography} environment.
305 ;; Parsing is not as good as for the BibTeX database stuff. 305 ;; Parsing is not as good as for the BibTeX database stuff.