diff options
| author | Juanma Barranquero | 2002-08-30 11:01:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-30 11:01:51 +0000 |
| commit | c1b32502d0ec28707e13c0b2eafecb56841c290c (patch) | |
| tree | 12ace62ba347149544ae16dd775da9f20a593844 | |
| parent | 9c46418eb60237baa9d6c519afd917d194cc9a42 (diff) | |
| download | emacs-c1b32502d0ec28707e13c0b2eafecb56841c290c.tar.gz emacs-c1b32502d0ec28707e13c0b2eafecb56841c290c.zip | |
(bibtex-mode): Fix typo.
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index cdfc0821d2b..00c28fcef72 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -2557,7 +2557,7 @@ The generation algorithm works as follows: | |||
| 2557 | To submit a problem report, enter \\[bibtex-submit-bug-report] from a | 2557 | To submit a problem report, enter \\[bibtex-submit-bug-report] from a |
| 2558 | BibTeX mode buffer. This automatically sets up a mail buffer with | 2558 | BibTeX mode buffer. This automatically sets up a mail buffer with |
| 2559 | version information already added. You just need to add a description | 2559 | version information already added. You just need to add a description |
| 2560 | of the problem, including a reproducable test case and send the | 2560 | of the problem, including a reproducible test case and send the |
| 2561 | message. | 2561 | message. |
| 2562 | 2562 | ||
| 2563 | 2563 | ||