From dbd84ad6558d3de78fc4165fcb406dd9ee628d05 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 1 Jan 2013 17:29:54 +0100 Subject: [PATCH] org-latex.el (org-export-as-latex): Fix typo in docstring * org-latex.el (org-export-as-latex): Fix typo in docstring. --- lisp/org-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 490a49d06..609bcbee1 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -872,7 +872,7 @@ no LaTeX header. When BODY-ONLY is set, don't produce the file header and footer, simply return the content of \\begin{document}...\\end{document}, without even the \\begin{document} and \\end{document} commands. -when PUB-DIR is set, use this as the publishing directory." +When PUB-DIR is set, use this as the publishing directory." (interactive "P") (when (and (not body-only) arg (listp arg)) (setq body-only t)) (run-hooks 'org-export-first-hook) -- 2.11.4.GIT