aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-11-01 08:13:50 +0000
committerJohn Paul Wallington2004-11-01 08:13:50 +0000
commit2c10c0f0639616bfb7ade19f6b40fdd1b71f9aeb (patch)
tree5228564cb54c71810af7dbee7ffa7373a1b6925e
parent2b601e1ccd453ca72f7dc31b31cb33c1342872a6 (diff)
downloademacs-2c10c0f0639616bfb7ade19f6b40fdd1b71f9aeb.tar.gz
emacs-2c10c0f0639616bfb7ade19f6b40fdd1b71f9aeb.zip
(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 020d20a23b6..64ac6903651 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,8 @@
5 5
6 * thumbs.el (group thumbs): Add :version keyword. 6 * thumbs.el (group thumbs): Add :version keyword.
7 7
8 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9
82004-11-01 Richard M. Stallman <rms@gnu.org> 102004-11-01 Richard M. Stallman <rms@gnu.org>
9 11
10 * allout.el (allout group): Add :version. 12 * allout.el (allout group): Add :version.
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 92614c02d27..dd989fbea81 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?)."
3049 ((fboundp init) 3049 ((fboundp init)
3050 (insert (funcall init))))) 3050 (insert (funcall init)))))
3051 (unless called-by-yank (insert (bibtex-field-right-delimiter))) 3051 (unless called-by-yank (insert (bibtex-field-right-delimiter)))
3052 (when interactivw 3052 (when interactive
3053 (forward-char -1) 3053 (forward-char -1)
3054 (bibtex-print-help-message))) 3054 (bibtex-print-help-message)))
3055 3055