about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-05-08 16:35:08 -0500
committerdana <dana@dana.is>2019-05-08 16:35:08 -0500
commitc1a33575b4c522cea71c57664c852727fe6a633c (patch)
tree59729727c427c0bfb146a2fee3c00b652e298dab /Doc
parentcd6fd2b0a3641774e7854ff8298d1d82643c4b4a (diff)
downloadzsh-c1a33575b4c522cea71c57664c852727fe6a633c.tar.gz
zsh-c1a33575b4c522cea71c57664c852727fe6a633c.tar.xz
zsh-c1a33575b4c522cea71c57664c852727fe6a633c.zip
44275: Fix compset -p/-s multibyte inconsistency and documentation
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compwid.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 0d8d4cc40..b74db8408 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -751,8 +751,8 @@ The options are:
 
 startitem()
 item(tt(-p) var(number))(
-If the contents of the tt(PREFIX) parameter is longer than var(number)
-characters, the first var(number) characters are removed from it and
+If the value of the tt(PREFIX) parameter is at least var(number)
+characters long, the first var(number) characters are removed from it and
 appended to the contents of the tt(IPREFIX) parameter.
 )
 item(tt(-P) [ var(number) ] var(pattern))(