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

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

[elpa] externals/tempel b4bb7030e9: README: Fix typo (#62)


From: ELPA Syncer
Subject: [elpa] externals/tempel b4bb7030e9: README: Fix typo (#62)
Date: Sun, 24 Jul 2022 12:58:04 -0400 (EDT)

branch: externals/tempel
commit b4bb7030e9fa4a9451b79dfb2e815e0dd796527d
Author: jgart <47760695+jgarte@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    README: Fix typo (#62)
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index d1aaac1f98..7870539305 100644
--- a/README.org
+++ b/README.org
@@ -226,7 +226,7 @@ document the important ones here:
 - ~%~ Insert newline if there is only whitespace between point and line end.
 - ~o~ Like ~%~ but leaves the point before newline.
 - ~(s NAME)~ Inserts a named field.
-- ~(p PROMPT <NAME> <NONINS>)~ Insert an optionally named field with a prompt.
+- ~(p PROMPT <NAME> <NOINSERT>)~ Insert an optionally named field with a 
prompt.
   The ~PROMPT~ is displayed directly in the buffer as default value. If 
~NOINSERT~
   is non-nil, no field is inserted. Then the minibuffer is used for prompting
   and the value is bound to ~NAME~.
@@ -235,7 +235,7 @@ document the important ones here:
 
 Furthermore Tempel supports syntax extensions:
 
-- ~(p FORM <NAME> <NONINS>)~ Like ~p~ described above, but ~FORM~ is evaluated.
+- ~(p FORM <NAME> <NOINSERT>)~ Like ~p~ described above, but ~FORM~ is 
evaluated.
 - ~(FORM ...)~ Other Lisp forms are evaluated. Named fields are lexically 
bound.
 - ~q~ Quits the containing template when jumped to.
 



reply via email to

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