diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-24 17:20:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-24 17:20:26 +0000 |
commit | 9121d78354d0578333e4f64ac6fa96710e0bf118 (patch) | |
tree | 566bff997fcabff1143b26d1f6fe28f1ee45e3e3 /Doc/Zsh | |
parent | 8fd4ecc3464651e7aca9f57ee42799b40ed3ec39 (diff) | |
download | zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.gz zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.xz zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.zip |
11561: no RC_QUOTES in $'..'
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index fd32c1572..3b61a6871 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -917,7 +917,9 @@ cindex(rc, quoting style) cindex(quoting style, rc) item(tt(RC_QUOTES))( Allow the character sequence `tt('')' to signify a single quote -within singly quoted strings. +within singly quoted strings. Note this does not apply in quoted strings +using the format tt($')var(...)tt('), where a backslashed single quote can +be used. ) pindex(RCS) cindex(startup files, sourcing) |