org-latex.el (org-export-as-latex): Fix typo in docstring

* org-latex.el (org-export-as-latex): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2013-01-01 17:29:54 +01:00
parent f1067fb47c
commit dbd84ad655
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ no LaTeX header.
When BODY-ONLY is set, don't produce the file header and footer, When BODY-ONLY is set, don't produce the file header and footer,
simply return the content of \\begin{document}...\\end{document}, simply return the content of \\begin{document}...\\end{document},
without even the \\begin{document} and \\end{document} commands. 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") (interactive "P")
(when (and (not body-only) arg (listp arg)) (setq body-only t)) (when (and (not body-only) arg (listp arg)) (setq body-only t))
(run-hooks 'org-export-first-hook) (run-hooks 'org-export-first-hook)