seam

Personal wiki toolkit for Emacs
Log | Files | Refs | LICENSE

commit 7fc382f462aebdf564955936f2e10f674dd19054
parent 0fb032562ce22e35e1dedc43845bc8c6ca73a423
Author: Spencer Williams <spnw@plexwave.org>
Date:   Fri, 11 Jul 2025 19:19:27 -0400

Minor docstring reformatting

Diffstat:
Mlisp/seam-export.el | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 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'