chiark / gitweb /
Syntax: Incompatible change: &$( does not do daft { thing
[subdirmk.git] / README
diff --git a/README b/README
index d85a68804c4e4bf8adff2480fc37fcf9bcef0ed7..e5a415f8196c8088ee74d9c312e5ae6e0defad62 100644 (file)
--- a/README
+++ b/README
@@ -239,7 +239,7 @@ $   =>      $$      including $'s produced by other
                         &-expansions not mentioned here
 
 &\$    =>      $
-&$(    =>      ${      (expands to { } so it is useable for shell too)
+&$(    =>      $(
 &$NN   =>      ${NN}   where N are digits
 
 A few contexts do not support $-doubling, such as directive arguments