]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation.
authorPaul Smith <psmith@gnu.org>
Sun, 28 Feb 2016 17:41:41 +0000 (12:41 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Feb 2016 17:41:41 +0000 (12:41 -0500)
doc/make.texi

index e89217135c10c5bc0b169f5261a539ab6d3ad034..60d79acb201ba9914a948f794673b7f74d1d2a9f 100644 (file)
@@ -6636,12 +6636,12 @@ effective; otherwise, the @var{text-if-false}, if any, is effective.
 
 @item ifdef @var{variable-name}
 The @code{ifdef} form takes the @emph{name} of a variable as its
-argument, not a reference to a variable.  The value of that variable
-has a non-empty value, the @var{text-if-true} is effective; otherwise,
-the @var{text-if-false}, if any, is effective.  Variables that have
-never been defined have an empty value.  The text @var{variable-name}
-is expanded, so it could be a variable or function that expands
-to the name of a variable.  For example:
+argument, not a reference to a variable.  If the value of that
+variable has a non-empty value, the @var{text-if-true} is effective;
+otherwise, the @var{text-if-false}, if any, is effective.  Variables
+that have never been defined have an empty value.  The text
+@var{variable-name} is expanded, so it could be a variable or function
+that expands to the name of a variable.  For example:
 
 @example
 bar = true