summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-14 20:38:31 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-14 20:38:31 +0100
commit8768fd125fea6d814e12612e76ddcd79005d92d0 (patch)
tree44a817cda05008fbc3da3f4a727741081ecebc14
parent12d592b73223f3b0628e10f0f627447b1a312203 (diff)
downloadorg-mode-8768fd125fea6d814e12612e76ddcd79005d92d0.tar.gz
ox: Docstring fix
* lisp/ox.el (org-export-stack-mode): Fix docstring.
-rw-r--r--lisp/ox.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 732fcc3..564ebe3 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5215,8 +5215,8 @@ In an Org Export Stack buffer, use \\<org-export-stack-mode-map>\\[org-export-st
on current line, \\[org-export-stack-remove] to remove it from the stack and \\[org-export-stack-clear] to clear
stack completely.
-Removal entries in an Org Export Stack buffer doesn't affect
-files or buffers, only view in the stack.
+Removing entries in an Org Export Stack buffer doesn't affect
+files or buffers, only the display.
\\{org-export-stack-mode-map}"
(abbrev-mode 0)