From e556812db52232e1333f62834c465eaac4019491 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 14 Dec 2012 19:02:34 +0100 Subject: [PATCH] org-export: Fix docstring * contrib/lisp/org-export.el (org-export-stack-mode): Fix docstring. --- contrib/lisp/org-export.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 6b93292da..09e0c8299 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -5185,8 +5185,8 @@ If optional argument SOURCE is non-nil, remove it instead." Type \\[org-export-stack] to visualize the asynchronous export stack. -In an Org Export Stack buffer, use \\[org-export--stack-view] to view export output -on current line, \\[org-export--stack-remove] to remove it from the stack and \\[org-export--stack-clear] to clear +In an Org Export Stack buffer, use \\\\[org-export--stack-view] to view export output +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 -- 2.11.4.GIT