Prechádzať zdrojové kódy

Fix some docstrings

* lisp/ox-icalendar.el (org-export-icalendar): Fix docstring.
* lisp/ox.el (org-export-dispatch): Fix docstring.
Nicolas Goaziou 12 rokov pred
rodič
commit
daa1d7d8f8
2 zmenil súbory, kde vykonal 10 pridanie a 6 odobranie
  1. 1 1
      lisp/ox-icalendar.el
  2. 9 5
      lisp/ox.el

+ 1 - 1
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"

+ 9 - 5
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.