summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-03-05 01:27:13 +0100
committerBastien Guerry <bzg@altern.org>2011-03-05 01:27:13 +0100
commit71d2ccb54c4164eee0e93ff4159bea0befb350e8 (patch)
tree3b1bcec20e8adf6ddd851fc64e0dc52748a116cd
parentc682c9bd5080abac0b1271a8d28be6b0d95ad8b1 (diff)
downloadorg-mode-71d2ccb54c4164eee0e93ff4159bea0befb350e8.tar.gz
Fix docstring.
-rw-r--r--lisp/org-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index ac1c2aa..5f0ae5d 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)