chiark / gitweb /
README: Swap order of &$( and &$NN
[subdirmk.git] / README
diff --git a/README b/README
index d9b8cc24c0eaa32a421bfbe2f705f5646f253a4f..0b84a0ec35dcfd6aec0c08736bd3f9b028b25b91 100644 (file)
--- a/README
+++ b/README
@@ -233,8 +233,8 @@ $   =>      $$      including $'s produced by other
                         &-expansions not mentioned here
 
 &\$    =>      $
-&$NN   =>      $(NN)   where N are digits
 &$(    =>      $(
+&$NN   =>      $(NN)   where N are digits
 
 A few contexts do not support $-doubling, such as directive arguments
 or places where this might imply $-quadrupling.  (There is no way to