org.texi: Fix typo

* doc/org.texi (Adding export back-ends): Fix typo.
This commit is contained in:
Nicolas Goaziou 2014-12-03 22:01:27 +01:00
parent fe99861781
commit f4900843ba
1 changed files with 2 additions and 2 deletions

View File

@ -17449,8 +17449,8 @@ back-end from scratch) and @file{ox-beamer.el} (for how to derive a new
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 an alist of elements and export
functions. On top of this, you will need to set additional keywords like
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