bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/7] Docs: Move `within a variable name'


From: Michael Witten
Subject: [PATCH 5/7] Docs: Move `within a variable name'
Date: Wed, 30 Mar 2011 17:12:19 +0000

Signed-off-by: Michael Witten <address@hidden>
---
 doc/make.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/make.texi b/doc/make.texi
index 091e098..9ab0ae2 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5219,7 +5219,7 @@ Here, the innermost @samp{$(x)} expands to @samp{y}, so 
@samp{$($(x))}
 expands to @samp{$(y)}, which in turn expands to @samp{z}; now we have
 @samp{$(z)}, which becomes @samp{u}.
 
-References to recursively-expanded variables within a variable name are
+Within a variable name, references to recursively-expanded variables are
 reexpanded in the usual fashion.  For example:
 
 @example
-- 
1.7.4.18.g68fe8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]