Improve .-transient-associations docstring

This commit is contained in:
TEC 2020-08-16 22:11:57 +08:00
parent d67df95549
commit a033ac53f1
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 6 additions and 2 deletions

View File

@ -33,8 +33,12 @@ This trades a short blocking period for a long non-blocking period."
("docx" . org-pandoc-export-to-docx))))
"An alist of file extensions, and associated exporters.
Exporters can either be a string correspanding to a particular org exporter,
or some funcion.
An importer backend that recognises the given extension must exist."
or a funcion that operates on the current buffer, and requires no arguments.
An importer backend that recognises the given extension must exist.
If this is changed after initialisation, you'll want to call
`org-pandoc-import-transient--register-file-handlers' to ensure that
the handler is called for the right file extensions."
:type 'list
:group 'org-pandoc-import)