about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-03-28 11:35:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-03-28 11:35:08 +0000
commit36da842ecf77464e3c748342a16beefa261c8649 (patch)
tree7451ea3011913204cee7720becdb2605c52fdcd1 /Doc
parent6efb11a5235e6ac703b9762f23a3137aea0f6ea8 (diff)
downloadzsh-36da842ecf77464e3c748342a16beefa261c8649.tar.gz
zsh-36da842ecf77464e3c748342a16beefa261c8649.tar.xz
zsh-36da842ecf77464e3c748342a16beefa261c8649.zip
changes from 4.1
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index cdb142795..580b7c43c 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1832,7 +1832,7 @@ matches.  E.g. for options this means that the `tt(-)', `tt(+)', or
 `tt(-)tt(-)' has to be on the line to make option names be completed at
 all.
 
-The default style for this style is `true'.
+The default value for this style is `true'.
 )
 kindex(preserve-prefix, completion style)
 item(tt(preserve-prefix))(
@@ -2269,7 +2269,7 @@ binding, for example:
 
 example(zle -C all-matches complete-word _generic
 bindkey '^Xa' all-matches
-zstyle ':completion:all-matches:*' old-matches only
+zstyle ':completion:all-matches::::' old-matches only
 zstyle ':completion:all-matches:*' completer _all_matches)
 )
 findex(_approximate)