diff options
author | Stephen Eglen <stephen@gnu.org> | 2005-01-05 13:41:58 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2005-01-05 13:41:58 +0000 |
commit | bf6e87cb553f51f9b0fb73c61751f1171f10f565 (patch) | |
tree | b95b4a0cea686ca76139ba0b006a5d8acb3aae87 /lisp/textmodes | |
parent | 5d857788664b1e737a5639a73fe1225bcba01c28 (diff) | |
download | emacs-bf6e87cb553f51f9b0fb73c61751f1171f10f565.tar.gz |
Fix typo in doc string of reftex-citation.
Diffstat (limited to 'lisp/textmodes')
-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 e25464c798d..cfebdbdced1 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -597,7 +597,7 @@ to `reftex-cite-format' and inserted into the buffer. If NO-INSERT is non-nil, nothing is inserted, only the selected key returned. -FORAT-KEY can be used to pre-select a citation format. +FORMAT-KEY can be used to pre-select a citation format. When called with one or two `C-u' prefixes, first rescans the document. When called with a numeric prefix, make that many citations. When |