Jelajahi Sumber

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 13 tahun lalu
induk
melakukan
e84299ea6c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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}")