about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-25 02:54:15 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-25 02:54:15 +0000
commit9b85146a0884c3d5025392bae4911efff391731e (patch)
treec99fdaf820703db8f76c6eda9d60f0c5a8a7147a /Doc
parent0b6eb901634da245dbbf4c2e072d24a06ee08f33 (diff)
downloadzsh-9b85146a0884c3d5025392bae4911efff391731e.tar.gz
zsh-9b85146a0884c3d5025392bae4911efff391731e.tar.xz
zsh-9b85146a0884c3d5025392bae4911efff391731e.zip
zsh-workers/8042
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 1008ea4ae..6b33c9a81 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -581,12 +581,14 @@ Capitalize the resulting words.  `Words' in this case refers to sequences
 of alphanumeric characters separated by non-alphanumerics, em(not) to words
 that result from field splitting.
 )
+item(tt(V))(
+Make any special characters in the resulting words visible.
+)
 item(tt(q))(
 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. If it is
-given four times, no real quoting is done, but any special characters
-in the resulting words will be in a human-readable form.
+given four times, the words are quoted in single quotes preceded a tt($).
 )
 item(tt(Q))(
 Remove one level of quotes from the resulting words.