summaryrefslogtreecommitdiff
path: root/lisp/org-list.el
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@posteo.net>2023-04-20 14:11:19 +0200
committerIhor Radchenko <yantar92@posteo.net>2023-04-20 14:11:19 +0200
commitf81ba451a793febd8c734422c4081badbf9ad17f (patch)
tree213a7f7e498ac93c380e42f52d658be6b0bf899c /lisp/org-list.el
parent9440a29828be209145f0708df9ed14efa6597d7d (diff)
Prefer "backend" over "back-end"
* doc/org-manual.org (Exporting): Add cindex entry for both "backend" and "back-end" for better searchability. All other changes are trivial. Note that `org-element-export-snippet-parser' will still use :back-end property. So will ox.el in INFO channel.
Diffstat (limited to 'lisp/org-list.el')
-rw-r--r--lisp/org-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 9fa072ce7..9a3afcc17 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -3334,7 +3334,7 @@ Valid parameters are:
:backend, :raw
- Export back-end used as a basis to transcode elements of the
+ Export backend used as a basis to transcode elements of the
list, when no specific parameter applies to it. It is also
used to translate its contents. You can prevent this by
setting :raw property to a non-nil value.