diff options
| author | Juanma Barranquero | 2002-07-02 14:49:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-02 14:49:40 +0000 |
| commit | 9e3e72cb1297f1a753204a53112d19e405bbe0d3 (patch) | |
| tree | 9ad8253da7473031071018711c4be07ba41bd877 | |
| parent | e91053e833b559c9d2205ae72566cc2c58c7e10a (diff) | |
| download | emacs-9e3e72cb1297f1a753204a53112d19e405bbe0d3.tar.gz emacs-9e3e72cb1297f1a753204a53112d19e405bbe0d3.zip | |
(reftex-citation): Fix typo.
| -rw-r--r-- | lisp/textmodes/reftex-cite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 8eda09de357..37833be278c 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el | |||
| @@ -528,7 +528,7 @@ | |||
| 528 | "Make a citation using BibTeX database files. | 528 | "Make a citation using BibTeX database files. |
| 529 | After prompting for a regular expression, scans the buffers with | 529 | After prompting for a regular expression, scans the buffers with |
| 530 | bibtex entries (taken from the \\bibliography command) and offers the | 530 | bibtex entries (taken from the \\bibliography command) and offers the |
| 531 | matching entries for selection. The selected entry is formated according | 531 | matching entries for selection. The selected entry is formatted according |
| 532 | to `reftex-cite-format' and inserted into the buffer. | 532 | to `reftex-cite-format' and inserted into the buffer. |
| 533 | 533 | ||
| 534 | If NO-INSERT is non-nil, nothing is inserted, only the selected key returned. | 534 | If NO-INSERT is non-nil, nothing is inserted, only the selected key returned. |