Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: clarify which quotation marks to note
- X-seq: zsh-workers 29388
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: clarify which quotation marks to note
- Date: Fri, 27 May 2011 03:33:07 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:x-mailer; bh=k5rOzgd3ca0jrQ8rzMqSh8+eU6T+0RCSIXoPK5S9+Nk=; b=OtT9qz61/rk6oFoiVdCFJIXlhyHYeCWkH509UtS/zYy9WZO4lBzF/RKf/h15ddgqzj aVt8X3Jw78WCJ7U2/q2OBXNuAPQEAlzOysRHxzXOtDaCOFIWdDUXVAxT5T0hc93TuMIR lcPrHziyUbJQBz3o3mmr8iYdkv6/ZqbGsrRNs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=gFR+7Lun2D/n0zwGku6lEBYW0EZ4nq1/K03v2oPKi3lhXsuazIU38yozHtXtHUHVXV tviVyttX8MfdKOJysm4JR4o/Hz3dQfJ44o2bfO9YG1Nk5NcagahLynNM1mjJ0RpaOc3k rLCaUGgrTZNZitQjVb9z0t5TeKdVwwyMoC8+c=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author