emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tempel 87a5237034 28/82: Expand docstring


From: ELPA Syncer
Subject: [elpa] externals/tempel 87a5237034 28/82: Expand docstring
Date: Sun, 9 Jan 2022 20:58:42 -0500 (EST)

branch: externals/tempel
commit 87a52370342e362f3139912b67a0476d328086db
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]