branch: externals/tempel
commit eafb06e9d2be347f22b356388a8fa05b3cf24599
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
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.