+2000-11-10 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): `&' in sed's rhs
+ is portable.
+
2000-11-10 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Shell Substitutions): Some information about
sed @var{instruction-1};@var{instruction-2}
@end example
+Contrary to yet another urban legend, you may portably use @samp{&} in
+the rhs to mean ``what was matched''.
+
@command{sed} scripts should not use branch labels longer than 8
characters and should not contain comments.