about summary refs log tree commit diff
path: root/Doc/Zsh/compwid.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-07 12:15:57 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-07 12:15:57 +0000
commit52f132de62fd4dbef49dc31344d8f430d3f80cb8 (patch)
treef55dbc5b64711768b1725eb023f80c700a91ae32 /Doc/Zsh/compwid.yo
parent8e6aabfab62367f9d8f781aa20998f1ccc9708a0 (diff)
downloadzsh-52f132de62fd4dbef49dc31344d8f430d3f80cb8.tar.gz
zsh-52f132de62fd4dbef49dc31344d8f430d3f80cb8.tar.xz
zsh-52f132de62fd4dbef49dc31344d8f430d3f80cb8.zip
22819: bits missed for some reason
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r--Doc/Zsh/compwid.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 697d1df04..438dc059b 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -140,8 +140,9 @@ on one of those words, that word will be completed, possibly invoking
 types of quoted strings which are currently broken into parts in this
 fashion.  Its value contains one character for each quoting level.  The
 characters are a single quote or a double quote for strings quoted with
-these characters and a backslash for strings not starting with a quote
-character.  The first character in the value always corresponds to the
+these characters, a dollars sign for strings quoted with
+tt($')var(...)tt(') and a backslash for strings not starting with a
+quote character.  The first character in the value always corresponds to the
 innermost quoting level.
 )
 vindex(context, compstate)