bug-make
[Top][All Lists]
Advanced

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

[PATCH 6/7] Docs: Improve wording


From: Michael Witten
Subject: [PATCH 6/7] Docs: Improve wording
Date: Wed, 30 Mar 2011 17:21:35 +0000

In particular, the `will' is not the correct tense for the
expressions of some sort of universal fact; therefore, the
language has been changed to mirror that of previous examples.

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

diff --git a/doc/make.texi b/doc/make.texi
index 9ab0ae2..6feae91 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5293,9 +5293,9 @@ dirs := $($(a1)_$(df))
 @end example
 
 @noindent
-will give @code{dirs} the same value as @code{a_dirs}, @code{1_dirs},
address@hidden or @code{1_files} depending on the settings of @code{use_a}
-and @address@hidden
+eventually defines @code{dirs} as having the same value as one of
address@hidden, @code{1_dirs}, @code{a_files}, or @code{1_files}
+(depending on the settings of @code{use_a} and @address@hidden
 
 Computed variable names can also be used in substitution references;
 for example, the following:
-- 
1.7.4.18.g68fe8




reply via email to

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