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

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

[elpa] externals/tempel e4bcf5b08d 2/2: README: Update examples


From: ELPA Syncer
Subject: [elpa] externals/tempel e4bcf5b08d 2/2: README: Update examples
Date: Sat, 30 Apr 2022 01:57:51 -0400 (EDT)

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

    README: Update examples
---
 README.org | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 62fd52bed0..b91704b082 100644
--- a/README.org
+++ b/README.org
@@ -167,13 +167,13 @@ post-expansion operations can be specified per template 
by the optional keys
 
   eshell-mode
 
-  (for "for " (p "i") " in " p " { " p " }")
-  (while "while { " p " } { " p " }")
-  (until "until { " p " } { " p " }")
-  (if "if { " p " } { " p " }")
-  (if-else "if { " p " } { " p " } { " p " }")
-  (unless "unless { " p " } { " p " }")
-  (unless-else "unless { " p " } { " p " } { " p " }")
+  (for "for " (p "i") " in " p " { " q " }")
+  (while "while { " p " } { " q " }")
+  (until "until { " p " } { " q " }")
+  (if "if { " p " } { " q " }")
+  (ife "if { " p " } { " p " } { " q " }")
+  (unl "unless { " p " } { " q " }")
+  (unle "unless { " p " } { " p " } { " q " }")
 
   text-mode
 



reply via email to

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