about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-21 01:38:56 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-21 01:38:56 +0000
commitdc103a97fc15680963b1f4d99c922760f384562e (patch)
tree2f093c1825606bc0707283cdea95dce7c5b7e8ac /Doc/Zsh/expn.yo
parent1b60571be1ff3e455e23474809ed3d05ba1bff99 (diff)
downloadzsh-dc103a97fc15680963b1f4d99c922760f384562e.tar.gz
zsh-dc103a97fc15680963b1f4d99c922760f384562e.tar.xz
zsh-dc103a97fc15680963b1f4d99c922760f384562e.zip
zsh-workers/7951
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 43562fbf3..da6b43cb8 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -582,7 +582,9 @@ of alphanumeric characters separated by non-alphanumerics, em(not) to words
 that result from field splitting.
 )
 item(tt(q))(
-Quote the resulting words with backslashes.
+Quote the resulting words with backslashes. If this flag is given
+twice, the resulting words are quoted in single quotes and if it is
+given three times, the words are quoted in double quotes.
 )
 item(tt(Q))(
 Remove one level of quotes from the resulting words.