From e84299ea6ce1c602ef4c483ed5f9180356d5b678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Wed, 5 Jun 2013 17:26:21 +0200 Subject: [PATCH] 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. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 4db8ba3a5..f6d0a8348 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -22575,7 +22575,7 @@ to work in this buffer and calls `reftex-citation' to insert a citation into the buffer. 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) (let ((reftex-docstruct-symbol 'rds) (reftex-cite-format "\\cite{%l}")