summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-24 02:58:14 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-24 02:58:14 +0100
commit20db1522fe719b5de3f7cf9b373183d4b3437e94 (patch)
tree44b4bcef6fb0bb9b7fd99389781ee07dc94ca7c0 /lisp/textmodes/bibtex.el
parent29291ef14b0592d235f4b62463a7eb4471e5a55f (diff)
downloademacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.tar.gz
emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.tar.bz2
emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.zip
Fix typos.
Diffstat (limited to 'lisp/textmodes/bibtex.el')
-rw-r--r--lisp/textmodes/bibtex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index c9b1c44eb91..8df2e81c723 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -1451,12 +1451,12 @@ Set this variable before loading BibTeX mode."
(defvar bibtex-field-braces-opt nil
"Optimized value of `bibtex-field-braces-alist'.
Created by `bibtex-field-re-init'.
-It is a an alist with elements (FIELD . REGEXP).")
+It is an alist with elements (FIELD . REGEXP).")
(defvar bibtex-field-strings-opt nil
"Optimized value of `bibtex-field-strings-alist'.
Created by `bibtex-field-re-init'.
-It is a an alist with elements (FIELD RULE1 RULE2 ...),
+It is an alist with elements (FIELD RULE1 RULE2 ...),
where each RULE is (REGEXP . TO-STR).")
(defvar bibtex-pop-previous-search-point nil