org.el (org-reftex-citation): Fix a docstring

* lisp/org.el (org-reftex-citation): Fix contrib package name in the
docstring.

Thanks to ruediger on #org-mode for reporting this.
This commit is contained in:
Grégoire Jadi 2013-06-05 17:26:21 +02:00
parent 221768a768
commit e84299ea6c
1 changed files with 1 additions and 1 deletions

View File

@ -22575,7 +22575,7 @@ to work in this buffer and calls `reftex-citation' to insert a citation
into the buffer. into the buffer.
Export of such citations to both LaTeX and HTML is handled by the contributed Export of such citations to both LaTeX and HTML is handled by the contributed
package org-exp-bibtex by Taru Karttunen." package ox-bibtex by Taru Karttunen."
(interactive) (interactive)
(let ((reftex-docstruct-symbol 'rds) (let ((reftex-docstruct-symbol 'rds)
(reftex-cite-format "\\cite{%l}") (reftex-cite-format "\\cite{%l}")