summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-01-13 06:30:39 +0000
committerRoland McGrath <roland@redhat.com>1995-01-13 06:30:39 +0000
commitbd19554ea7ceda8db7ae28e4312cc2e24180446a (patch)
tree67fe1c4ef3613b17d54192b746ba285a185d33bc
parentfffc384bfcd36c0fd5f645aeb53c612bb523b466 (diff)
downloadgunmake-bd19554ea7ceda8db7ae28e4312cc2e24180446a.tar.gz
(Foreach Function): Correccion de gramatica espanola.
-rw-r--r--make.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo
index 844c19e..1cb87f9 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -5400,12 +5400,12 @@ variable names because many strange things are valid variable names, but
are probably not what you intended. For example,
@smallexample
-files := $(foreach Es escrito en espanol!,b c ch,$(find_files))
+files := $(foreach Esta escrito en espanol!,b c ch,$(find_files))
@end smallexample
@noindent
might be useful if the value of @code{find_files} references the variable
-whose name is @samp{Es escrito en espanol!} (es un nombre bastante largo,
+whose name is @samp{Esta escrito en espanol!} (es un nombre bastante largo,
no?), but it is more likely to be a mistake.
@node Origin Function, Shell Function, Foreach Function, Functions