summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-09 09:41:36 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-09 09:41:36 +0100
commit779c450f52ed8ebe90371d5ed48fc33c5fbaaae9 (patch)
tree2be03f48ef8b8815c3b47a83165c016f325bf07e
parent237e841c5272642b49c2191edbca50a8d632c078 (diff)
downloadorg-mode-779c450f52ed8ebe90371d5ed48fc33c5fbaaae9.tar.gz
Small fixes to docstrings
* lisp/org.el (org-export-backends): Fix docstring. * lisp/ox.el (org-export-dispatch): Fix docstring.
-rw-r--r--lisp/org.el2
-rw-r--r--lisp/ox.el8
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org.el b/lisp/org.el
index c8c15dd..9030f13 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 4b4bc8a..468656d 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))