diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-08-14 23:10:41 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-08-14 23:10:41 +0000 |
commit | 7db1a0cf3d6b93b8a434e1add6d923b0e6047e00 (patch) | |
tree | e991ebac7cf8334c8c7714d3d596bc404db32004 /Doc/Zsh/expn.yo | |
parent | 516ea294b8645fa910200096098575c39a55547a (diff) | |
download | zsh-7db1a0cf3d6b93b8a434e1add6d923b0e6047e00.tar.gz zsh-7db1a0cf3d6b93b8a434e1add6d923b0e6047e00.tar.xz zsh-7db1a0cf3d6b93b8a434e1add6d923b0e6047e00.zip |
29388, 29680: clarify note about e:string: quoting.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | 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 7060a49b4..4c85d3119 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -2367,8 +2367,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 quoting of var(string). 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 |