]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Don't use
authorPavel Roskin <proski@gnu.org>
Fri, 10 Nov 2000 17:14:14 +0000 (17:14 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 10 Nov 2000 17:14:14 +0000 (17:14 +0000)
uncommon abbreviations.

ChangeLog
doc/autoconf.texi

index 49867ea0128b8c53d258617e12d18570a3006c1c..4c76f0cbf0781564baeaf09c012ebe38cbce5ad6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-10  Pavel Roskin  <proski@gnu.org>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Don't use
+       uncommon abbreviations.
+
 2000-11-10  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Limitations of Builtins): Some information
index c3f445e6e39453312bbee16869b4ebb4bd1911d7..a3a5bc0126f7147cd2fb322ed2d52a169a252127 100644 (file)
@@ -5842,7 +5842,8 @@ 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''.
+the replacement part of the @code{s} command to mean ``what was
+matched''.
 
 @command{sed} scripts should not use branch labels longer than 8
 characters and should not contain comments.