diff options
Diffstat (limited to 'lisp')
-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' |