From 7fc382f462aebdf564955936f2e10f674dd19054 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 19:19:27 -0400 Subject: Minor docstring reformatting --- lisp/seam-export.el | 14 ++++++++------ 1 file 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' -- cgit v1.2.3