aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/seam-export.el14
1 files changed, 8 insertions, 6 deletions
diff --git a/lisp/seam-export.el b/lisp/seam-export.el
index 9f99a09..c267d69 100644
--- a/lisp/seam-export.el
+++ b/lisp/seam-export.el
@@ -58,15 +58,17 @@ properties:
`:template-file'
- The HTML template file to be used by the exporter. If this is
- missing, falls back to :template-string, `seam-export-template-file',
- or `seam-export-template-string' in that order.
+ The HTML template file to be used by the exporter. If this
+ is missing, falls back to :template-string,
+ `seam-export-template-file', or `seam-export-template-string'
+ in that order.
`:template-string'
- The HTML template string to be used by the exporter. If this is
- missing, falls back to :template-file, `seam-export-template-file',
- or `seam-export-template-string' in that order.
+ The HTML template string to be used by the exporter. If this
+ is missing, falls back to :template-file,
+ `seam-export-template-file', or `seam-export-template-string'
+ in that order.
`:template-values'