From 8768fd125fea6d814e12612e76ddcd79005d92d0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 14 Feb 2013 20:38:31 +0100 Subject: [PATCH] ox: Docstring fix * lisp/ox.el (org-export-stack-mode): Fix docstring. --- lisp/ox.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 732fcc361..564ebe380 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5215,8 +5215,8 @@ In an Org Export Stack buffer, use \\\\[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)