|
@@ -17967,10 +17967,9 @@ back-end from an existing one.
|
|
|
When creating a new back-end from scratch, the basic idea is to set the name
|
|
|
of the back-end (as a symbol) and an alist of elements and export functions.
|
|
|
On top of this, you will need to set additional keywords like
|
|
|
-@code{:menu-entry} (to display the back-end in the export dispatcher),
|
|
|
-@code{:export-block} (to specify what blocks should not be exported by this
|
|
|
-back-end), and @code{:options-alist} (to let the user set export options that
|
|
|
-are specific to this back-end.)
|
|
|
+@code{:menu-entry} (to display the back-end in the export dispatcher), and
|
|
|
+@code{:options-alist} (to let the user set export options that are specific
|
|
|
+to this back-end.)
|
|
|
|
|
|
Deriving a new back-end is similar, except that you need to set
|
|
|
@code{:translate-alist} to an alist of export functions that should be used
|