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

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

[elpa] externals/tempel eafb06e9d2: Fix syntax documentation mistake for


From: ELPA Syncer
Subject: [elpa] externals/tempel eafb06e9d2: Fix syntax documentation mistake for & and % (Fix #87)
Date: Wed, 21 Dec 2022 15:58:11 -0500 (EST)

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

    Fix syntax documentation mistake for & and % (Fix #87)
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 7d881159f4..e80859c832 100644
--- a/README.org
+++ b/README.org
@@ -234,8 +234,8 @@ document the important ones here:
   If no region is active, quits the containing template when jumped to.
 - ~r>~ Acts like ~r~, but indent region.
 - ~n>~ Inserts a newline and indents.
-- ~&~ Insert newline if there is only whitespace between line start and point.
-- ~%~ Insert newline if there is only whitespace between point and line end.
+- ~&~ Insert newline unless there is only whitespace between line start and 
point.
+- ~%~ Insert newline unless 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> <NOINSERT>)~ Insert an optionally named field with a 
prompt.



reply via email to

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