branch: externals/tempel
commit 545b929a28475f5875efbec4aaa5991cce50b607
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Fix formatting
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 816f461475..2e9b284ef8 100644
--- a/README.org
+++ b/README.org
@@ -21,11 +21,11 @@ modernized implementation of Tempo, in the form of two
commands:
+ ~tempel-insert~ selects a template by name and insert it into the current
buffer.
After inserting the template you can move between the visible template fields
-with the keys ~M-{~, ~M-}~ or ~C-up/down,~ which are normally bound to
+with the keys ~M-{~, ~M-}~ or ~C-up/down~ which are normally bound to
~forward/backward-paragraph~. Tempel temporarily remaps these commands to
~tempel-next~ and ~tempel-previous~. The key bindings are defined in the
~tempel-map~
keymap. You can customize them there. As soon as you move before (behind) the
-first (last) field, the fields are removed.
+first (last) field, the fields are finalized.
Note that this package is not a competitor to the mature and widely used
YASnippet library. Try Tempel only if you like small and simple packages. With
@@ -108,7 +108,7 @@ All the Tempo syntax elements are fully supported. The
syntax elements are
described in detail in ~tempo-define-template~ are supported. We document the
important ones here:
- - ~"string"~ Inserts a string literal.
+ - "string" Inserts a string literal.
- ~p~ Inserts an unnamed placeholder field.
- ~r~ Inserts the current region.
- ~(s NAME)~ Inserts a named field.