diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-11 19:19:27 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-11 19:25:03 -0400 |
commit | 7fc382f462aebdf564955936f2e10f674dd19054 (patch) | |
tree | 418b6276638da95ce0e9c597ea15bc05deaf9768 /lisp/seam-export.el | |
parent | 0fb032562ce22e35e1dedc43845bc8c6ca73a423 (diff) |
Minor docstring reformatting
Diffstat (limited to 'lisp/seam-export.el')
-rw-r--r-- | lisp/seam-export.el | 14 |
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' |