chiark / gitweb /
README: Adjust indent of &${..$..} expansion
[subdirmk.git] / 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 &
 
-&${..$..} =>   ${eval ${call ..$$..}}
+&${..$..}      =>      ${eval ${call ..$$..}}
        (matches { } pairs to find the end)
        content is $-doubled (unless it contains &$- to turn that off)