aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington <[email protected]>2004-11-01 08:13:50 +0000
committerJohn Paul Wallington <[email protected]>2004-11-01 08:13:50 +0000
commit2c10c0f0639616bfb7ade19f6b40fdd1b71f9aeb (patch)
tree5228564cb54c71810af7dbee7ffa7373a1b6925e
parent2b601e1ccd453ca72f7dc31b31cb33c1342872a6 (diff)
(bibtex-make-field): Fix typo.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/textmodes/bibtex.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 020d20a23b..64ac690365 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,8 @@
* thumbs.el (group thumbs): Add :version keyword.
+ * textmodes/bibtex.el (bibtex-make-field): Fix typo.
+
2004-11-01 Richard M. Stallman <[email protected]>
* allout.el (allout group): Add :version.
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 92614c02d2..dd989fbea8 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -3049,7 +3049,7 @@ In that case, or when called interactively, also don't do (WHAT?)."
((fboundp init)
(insert (funcall init)))))
(unless called-by-yank (insert (bibtex-field-right-delimiter)))
- (when interactivw
+ (when interactive
(forward-char -1)
(bibtex-print-help-message)))