zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: clarify which quotation marks to note
@ 2011-05-27  1:33 Mikael Magnusson
  2011-05-27  4:44 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Magnusson @ 2011-05-27  1:33 UTC (permalink / raw)
  To: zsh-workers

I found the "Note the quotation marks" remark a bit confusing when I read this.

---
 Doc/Zsh/expn.yo |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index ce122ca..023e60e 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2360,8 +2360,8 @@ latter is inserted into the command line word by word.
 
 For example, suppose a directory contains a single file `tt(lonely)'.  Then
 the expression `tt(*(e:'reply=(${REPLY}{1,2})':))' will cause the words
-`tt(lonely1 lonely2)' to be inserted into the command line.  Note the
-quotation marks.
+`tt(lonely1)' and `tt(lonely2)' to be inserted into the command line.  Note
+the quotation marks in the expression.
 
 The form tt(PLUS())var(cmd) has the same effect, but no delimiters appear
 around var(cmd).  Instead, var(cmd) is taken as the longest sequence of
-- 
1.7.4-rc1


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

end of thread, other threads:[~2011-08-14 22:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27  1:33 PATCH: clarify which quotation marks to note Mikael Magnusson
2011-05-27  4:44 ` Bart Schaefer
2011-05-27  5:14   ` Mikael Magnusson
2011-08-14  7:52     ` Mikael Magnusson
2011-08-14 22:54       ` 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).