branch: externals/tempel
commit b5cecf7b3b4efea35cd8552b6add3e2142f657a3
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update documentation
---
README.org | 2 +-
tempel.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index f55745a60a..12d9d4cdf6 100644
--- a/README.org
+++ b/README.org
@@ -340,7 +340,7 @@ described in the docstring of ~tempel--element~ in
tempel.el and originally in
other element. If the return value is a string it is dynamically updated on
modification of other fields. Other return values are treated as elements and
inserted according to the rules. The element ~(l ..)~ is useful to return
- multiple elements, e.g., ~(l first second)~.
+ multiple elements.
Tempel extends the Tempo syntax with the following elements:
diff --git a/tempel.el b/tempel.el
index 49af467f48..be55c8653a 100644
--- a/tempel.el
+++ b/tempel.el
@@ -398,7 +398,7 @@ A template can consist of elements of several types:
value is a string it is dynamically updated on modification of other
fields. Other return values are treated as elements and inserted
according to the rules. The element (l ..) is useful to return
- multiple elements, e.g., `(l first second)'.
+ multiple elements.
Tempel extends the Tempo syntax with the following elements: