This patch fixes a small (but meaning-changing) typo.

Thanks,
Kyle

>From bf36c45322dda557d8d3057a85d7f2bd00dccc8c Mon Sep 17 00:00:00 2001
From: Kyle Meyer <k...@kyleam.com>
Date: Thu, 25 Sep 2014 19:11:33 -0400
Subject: [PATCH] ox.el: Fix typo in documentation

* lisp/ox.el (org-export-show-temporary-export-buffer): Fix typo.

TINYCHANGE
---
 lisp/ox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index f01f951..59091fc 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -833,7 +833,7 @@ This variable can be either set to `buffer' or `subtree'."
 
 (defcustom org-export-show-temporary-export-buffer t
   "Non-nil means show buffer after exporting to temp buffer.
-When Org exports to a file, the buffer visiting that file is ever
+When Org exports to a file, the buffer visiting that file is never
 shown, but remains buried.  However, when exporting to
 a temporary buffer, that buffer is popped up in a second window.
 When this variable is nil, the buffer remains buried also in
-- 
2.1.0

Reply via email to