diff options
author | Miles Bader <miles@gnu.org> | 2005-01-16 02:37:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-01-16 02:37:50 +0000 |
commit | 42187e99f8adc31d93d027b9017160731aab8972 (patch) | |
tree | 0c0517a5a9d716e9da72c1b60398bd3be783c648 /lisp/textmodes/reftex-cite.el | |
parent | 0530c67988156d503943a1a0d88fbe75e0c04cbc (diff) | |
download | emacs-42187e99f8adc31d93d027b9017160731aab8972.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Fix regressions from latest reftex update
In the latest update to reftex from upstream, some changes in Emacs CVS
(mostly maintenance stuff -- typos, whitespace, etc) were apparently lost.
This changeset re-applies them.
Diffstat (limited to 'lisp/textmodes/reftex-cite.el')
-rw-r--r-- | lisp/textmodes/reftex-cite.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index 54dc46eac4f..6369f9637db 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 a `C-u' prefix, prompt for optional arguments in cite macros. When called with a numeric prefix, make that many @@ -660,7 +660,7 @@ While entering the regexp, completion on knows citation keys is possible. ;; We shall insert this into the buffer... (message "Formatting...") - + (while (setq entry (pop insert-entries)) ;; Format the citation and insert it (setq string (if reftex-format-cite-function |