From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:21:18 +0000 (+0000) Subject: (reftex-citation): Fix typo. X-Git-Tag: emacs-pretest-21.2.91~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d50260f488990e3a59b556c59effadbe3bd71c77;p=emacs.git (reftex-citation): Fix typo. --- 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 @@ "Make a citation using BibTeX database files. After prompting for a regular expression, scans the buffers with bibtex entries (taken from the \\bibliography command) and offers the -matching entries for selection. The selected entry is formated according +matching entries for selection. The selected entry is formatted according to `reftex-cite-format' and inserted into the buffer. If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.