summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-01 17:29:54 +0100
committerBastien Guerry <bzg@altern.org>2013-01-01 17:29:54 +0100
commitdbd84ad6558d3de78fc4165fcb406dd9ee628d05 (patch)
tree28db379e26e62a8d34b8dfc6762c3b6c0b533d04
parentf1067fb47ca7d3057c2cad058185c62bf696f294 (diff)
downloadorg-mode-dbd84ad6558d3de78fc4165fcb406dd9ee628d05.tar.gz
org-latex.el (org-export-as-latex): Fix typo in docstring
* org-latex.el (org-export-as-latex): Fix typo in docstring.
-rw-r--r--lisp/org-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 490a49d..609bcbe 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)