about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-06 14:05:13 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-06 14:05:13 +0000
commit10a51d0b4eaeb29305533a7f057238ccb63e08ff (patch)
tree0f2f418c9ab963f1dd9dea0dcf0c829f5065ad6d /Doc
parentc372d432d373e1dfb1d7c14d99b524ec98ff02c0 (diff)
downloadzsh-10a51d0b4eaeb29305533a7f057238ccb63e08ff.tar.gz
zsh-10a51d0b4eaeb29305533a7f057238ccb63e08ff.tar.xz
zsh-10a51d0b4eaeb29305533a7f057238ccb63e08ff.zip
zsh-workers/9237
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compwid.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index b9abf4126..c32cc402d 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -420,7 +420,8 @@ The supported flags are:
 startitem()
 item(tt(-P) var(prefix))(
 This gives a string to be inserted before the given var(words).  The
-string given is not considered as part of the match.
+string given is not considered as part of the match and any shell
+metacharacters in it will not be quoted when the string is inserted.
 )
 item(tt(-S) var(suffix))(
 Like tt(-P) but gives a string to be inserted after the match.