chiark / gitweb /
README: Swap order of &$( and &$NN
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 14:15:15 +0000 (14:15 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 11:35:16 +0000 (11:35 +0000)
We are going to add a note to &$( which applies to &$NN too, and this
makes it nicer.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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