diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-12 18:02:35 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-13 13:58:26 -0400 |
commit | a86579eb4801c436689c8dda620f9f3bb24f4429 (patch) | |
tree | 6e2e07d9c6d9aeae75d55e053948f0a2159d249c /lisp/seam-export.el | |
parent | 33528bcc8ddace06674f84ef5c6962069c2d3971 (diff) |
Diffstat (limited to 'lisp/seam-export.el')
-rw-r--r-- | lisp/seam-export.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/seam-export.el b/lisp/seam-export.el index e1b646c..edde896 100644 --- 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' |