summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-02-15 22:01:09 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-02-15 22:01:49 +0100
commitdaa1d7d8f88de305813fbf750959373789e95ce1 (patch)
tree9a7b3217d0c59b60d5f0d602cc5fa64742d1d1f1
parent451e8be770564f93a631b80ed6f5101ea0a47222 (diff)
downloadorg-mode-daa1d7d8f88de305813fbf750959373789e95ce1.tar.gz
Fix some docstrings
* lisp/ox-icalendar.el (org-export-icalendar): Fix docstring. * lisp/ox.el (org-export-dispatch): Fix docstring.
-rw-r--r--lisp/ox-icalendar.el2
-rw-r--r--lisp/ox.el14
2 files changed, 10 insertions, 6 deletions
diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index eec237d..eb54bae 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -53,7 +53,7 @@
(defgroup org-export-icalendar nil
"Options specific for iCalendar export back-end."
- :tag "Org iCalendar"
+ :tag "Org Export iCalendar"
:group 'org-export)
(defcustom org-icalendar-combined-agenda-file "~/org.ics"
diff --git a/lisp/ox.el b/lisp/ox.el
index bd1a150..ccff066 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5256,11 +5256,15 @@ files or buffers, only the display.
"Export dispatcher for Org mode.
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 in a dedicated buffer. Set
-`org-export-dispatch-use-expert-ui' to switch to one flavour or
-the other.
+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 in a dedicated buffer.
+Scrolling (resp. line-wise motion) in this buffer is done with
+SPC and DEL (resp. C-n and C-p) keys.
+
+Set variable `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.