zsh-workers
 help / color / mirror / code / Atom feed
* Errors from latest grammar.yo doc commit
@ 2014-10-01 22:53 Bart Schaefer
  2014-10-02  4:09 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2014-10-01 22:53 UTC (permalink / raw)
  To: zsh-workers

grammar.yo:364: No macro: func(...)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Errors from latest grammar.yo doc commit
  2014-10-01 22:53 Errors from latest grammar.yo doc commit Bart Schaefer
@ 2014-10-02  4:09 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2014-10-02  4:09 UTC (permalink / raw)
  To: zsh-workers

On Oct 1,  3:53pm, Bart Schaefer wrote:
} Subject: Errors from latest grammar.yo doc commit
}
} grammar.yo:364: No macro: func(...)


diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index eb1edf7..4d04c24 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -356,7 +356,7 @@ forming a globbing pattern in that case.
 In any of the forms above, a redirection may appear outside the
 function body, for example
 
-example(func() { ... } 2>&1)
+example(func+LPAR()RPAR() { ... } 2>&1)
 
 The redirection is stored with the function and applied whenever the
 function is executed.  Any variables in the redirection are expanded


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-02  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01 22:53 Errors from latest grammar.yo doc commit Bart Schaefer
2014-10-02  4:09 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).