From 71d2ccb54c4164eee0e93ff4159bea0befb350e8 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 5 Mar 2011 01:27:13 +0100 Subject: [PATCH] Fix docstring. --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index ac1c2aa0f..5f0ae5d57 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -88,7 +88,7 @@ is nil, the buffer remains buried also in these cases." (defcustom org-export-kill-product-buffer-when-displayed nil "Non-nil means kill the product buffer if it is displayed immediately. -This applied to the commands `org-export-html-and-open' and +This applied to the commands `org-export-as-html-and-open' and `org-export-as-pdf-and-open'." :group 'org-export-general :type 'boolean)