aboutsummaryrefslogtreecommitdiff
path: root/lisp/seam-export.el
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-11 19:19:27 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-11 19:25:03 -0400
commit7fc382f462aebdf564955936f2e10f674dd19054 (patch)
tree418b6276638da95ce0e9c597ea15bc05deaf9768 /lisp/seam-export.el
parent0fb032562ce22e35e1dedc43845bc8c6ca73a423 (diff)
Minor docstring reformatting
Diffstat (limited to 'lisp/seam-export.el')
-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'