branch: externals/tempel
commit 87a52370342e362f3139912b67a0476d328086db
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Expand docstring
---
tempel.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tempel.el b/tempel.el
index 3d091762dc..a2f4a5a4bc 100644
--- a/tempel.el
+++ b/tempel.el
@@ -75,7 +75,10 @@
(defvar-local tempel--active nil
"List of active templates.
Each template state is a pair, where the car is a list of overlays and
-the cdr is an alist of variable bindings.")
+the cdr is an alist of variable bindings. The template state is attached
+to each overlay as the property `tempel--state'. Furthermore overlays
+may be named with `tempel--name' or carry an evaluatable Lisp expression
+`tempel--form'.")
(defvar tempel-map
(let ((map (make-sparse-keymap)))