diff --git a/lisp/org.el b/lisp/org.el index c8c15dde4..9030f1389 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -427,7 +427,7 @@ needed. This variable needs to be set before org.el is loaded. If you need to make a change while Emacs is running, use the customize -interface or run the following code, , where VALUE stands for the +interface or run the following code, where VALUE stands for the new value of the variable, after updating it: \(progn diff --git a/lisp/ox.el b/lisp/ox.el index 4b4bc8ab8..468656d8d 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5235,14 +5235,14 @@ files or buffers, only view in the stack. It provides an access to common export related tasks in a buffer. Its interface comes in two flavours: standard and expert. While both share the same set of bindings, only the former displays the -valid keys associations. Set `org-export-dispatch-use-expert-ui' -to switch to one or the other. +valid keys associations in a dedicated buffer. Set +`org-export-dispatch-use-expert-ui' to switch to one flavour or +the other. When ARG is \\[universal-argument], repeat the last export action, with the same set of options used back then, on the current buffer. -When ARG is \\[universal-argument] \\[universal-argument], display the asynchronous export stack -directly." +When ARG is \\[universal-argument] \\[universal-argument], display the asynchronous export stack." (interactive "P") (let* ((input (cond ((equal arg '(16)) '(stack))