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

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

[elpa] externals/tempel 545b929a28 45/82: README: Fix formatting


From: ELPA Syncer
Subject: [elpa] externals/tempel 545b929a28 45/82: README: Fix formatting
Date: Sun, 9 Jan 2022 20:58:44 -0500 (EST)

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

    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.



reply via email to

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