about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zle.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-08-29 20:27:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-08-29 20:27:47 +0000
commit942009eb9f6451915f23d921c0f49d3102dbd26c (patch)
tree545058d77263ab4e4a40f0665c1925786f777861 /Doc/Zsh/mod_zle.yo
parentf4f38507e54ad19ea28395f977637bb3f014c9dc (diff)
downloadzsh-942009eb9f6451915f23d921c0f49d3102dbd26c.tar.gz
zsh-942009eb9f6451915f23d921c0f49d3102dbd26c.tar.xz
zsh-942009eb9f6451915f23d921c0f49d3102dbd26c.zip
12719: quoting arrays in vared with real backslashes
Diffstat (limited to 'Doc/Zsh/mod_zle.yo')
-rw-r--r--Doc/Zsh/mod_zle.yo9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo
index f858b35d7..3b4d58ed7 100644
--- a/Doc/Zsh/mod_zle.yo
+++ b/Doc/Zsh/mod_zle.yo
@@ -162,10 +162,11 @@ If the type of an existing parameter does not match the type to be
 created, the parameter is unset and recreated.
 
 If an array or array slice is being edited, separator characters as defined
-in tt($IFS) will be shown quoted with a backslash.  Conversely, when the
-edited text is split into an array, a backslash quotes an immediately
-following separator character; no other special handling of backslashes, or
-any handling of quotes, is performed.
+in tt($IFS) will be shown quoted with a backslash, as will backslashes
+themselves.  Conversely, when the edited text is split into an array, a
+backslash quotes an immediately following separator character or backslash;
+no other special handling of backslashes, or any handling of quotes, is
+performed.
 
 Individual elements of existing array or associative array parameters
 may be edited by using subscript syntax on var(name).  New elements are