(Foreach Function): Correccion de gramatica espanola.
authorRoland McGrath <roland@redhat.com>
Fri, 13 Jan 1995 06:30:39 +0000 (06:30 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 13 Jan 1995 06:30:39 +0000 (06:30 +0000)
make.texinfo

index 844c19ec9e6cea326c9825f9a578e8b6ca25a755..1cb87f9575730ed9f3c907fc368555302e4619ce 100644 (file)
@@ -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