comparison lisp/textmodes/reftex-cite.el @ 46131:7255ef8cf60f

(reftex-citation): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Jul 2002 14:49:40 +0000
parents b80d723ad7cc
children 7522419c4db0
comparison
equal deleted inserted replaced
46130:d38c5a87f842 46131:7255ef8cf60f
526 ;;;###autoload 526 ;;;###autoload
527 (defun reftex-citation (&optional no-insert format-key) 527 (defun reftex-citation (&optional no-insert format-key)
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.
535 535
536 FORAT-KEY can be used to pre-select a citation format. 536 FORAT-KEY can be used to pre-select a citation format.