ox: Fix docstrings

* lisp/ox.el (org-export-to-buffer, org-export-to-file): Fix
  docstrings.
This commit is contained in:
Nicolas Goaziou 2013-08-27 10:29:50 +02:00
parent 69b20f36fe
commit e7c8872005
1 changed files with 6 additions and 6 deletions

View File

@ -5544,9 +5544,9 @@ EXT-PLIST are similar to those used in `org-export-as', which
see. see.
Optional argument POST-PROCESS is a function which should accept Optional argument POST-PROCESS is a function which should accept
no argument. It is called within the current process, from no argument. It is always called within the current process,
BUFFER, with point at its beginning. Export back-ends can use it from BUFFER, with point at its beginning. Export back-ends can
to set a major mode there, e.g, use it to set a major mode there, e.g,
\(defun org-latex-export-as-latex \(defun org-latex-export-as-latex
\(&optional async subtreep visible-only body-only ext-plist) \(&optional async subtreep visible-only body-only ext-plist)
@ -5604,9 +5604,9 @@ EXT-PLIST are similar to those used in `org-export-as', which
see. see.
Optional argument POST-PROCESS is called with FILE as its Optional argument POST-PROCESS is called with FILE as its
argument, in the asynchronous process. It has to return a file argument and happens asynchronously when ASYNC is non-nil. It
name, or nil. Export back-ends can use this to send the output has to return a file name, or nil. Export back-ends can use this
file through additional processing, e.g, to send the output file through additional processing, e.g,
\(defun org-latex-export-to-latex \(defun org-latex-export-to-latex
\(&optional async subtreep visible-only body-only ext-plist) \(&optional async subtreep visible-only body-only ext-plist)