Browse Source

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.
Grégoire Jadi 12 years ago
parent
commit
e84299ea6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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}")