From 8e00dbb00ba024c3d2c36640b36be3de37f4b872 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 18 Dec 2013 16:00:05 +0100 Subject: [PATCH] ox.el (org-export-to-file): Fix typo in docstring * ox.el (org-export-to-file): Fix typo in docstring. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 8316ef26e..52d2dbd07 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5612,7 +5612,7 @@ a registered back-end. FILE is the name of the output file, as a string. A non-nil optional argument ASYNC means the process should happen -asynchronously. The resulting buffer file then be accessible +asynchronously. The resulting buffer will then be accessible through the `org-export-stack' interface. Optional arguments SUBTREEP, VISIBLE-ONLY, BODY-ONLY and -- 2.11.4.GIT