Small fixes to docstrings

* lisp/org.el (org-export-backends): Fix docstring.
* lisp/ox.el (org-export-dispatch): Fix docstring.
This commit is contained in:
Nicolas Goaziou 2013-02-09 09:41:36 +01:00
parent 237e841c52
commit 779c450f52
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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))