seam

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

commit a86579eb4801c436689c8dda620f9f3bb24f4429
parent 33528bcc8ddace06674f84ef5c6962069c2d3971
Author: Spencer Williams <spnw@plexwave.org>
Date:   Sat, 12 Jul 2025 18:02:35 -0400

Improve docstring

Diffstat:
Mlisp/seam-export.el | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/lisp/seam-export.el b/lisp/seam-export.el @@ -75,10 +75,9 @@ properties: `:template-values' - An alist of (VAR . VALUE) pairs, where VAR is a string naming - a template variable, and VALUE is the value to be used when - interpolating that variable. See the mustache.el docs for - more information. Defaults to nil. + An alist of template variables and their values. Values + specified here will take precedence over those in + `seam-export-template-values'. Defaults to nil. `:root-path'