chiark / gitweb /
README: Adjust indent of &${..$..} expansion
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 11 Jan 2020 13:25:42 +0000 (13:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 11 Jan 2020 13:25:42 +0000 (13:25 +0000)
No change to the meaning.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README

diff --git a/README b/README
index 3d18dc28294f0f2dfe87062cd8ca4660b3cd2219..4493a0da2f146b5bf9121f09aa780ee9b3ee5cfa 100644 (file)
--- a/README
+++ b/README
@@ -219,7 +219,7 @@ STUFF $ THINGS      ..      STUFF $$ THINGS
 &:endm         ..      endef
        NAME is processed for &
 
 &:endm         ..      endef
        NAME is processed for &
 
-&${..$..} =>   ${eval ${call ..$$..}}
+&${..$..}      =>      ${eval ${call ..$$..}}
        (matches { } pairs to find the end)
        content is $-doubled (unless it contains &$- to turn that off)
 
        (matches { } pairs to find the end)
        content is $-doubled (unless it contains &$- to turn that off)