From 798796fca20f2a749f4cbe4b97ad9290b6fe1750 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 3 Sep 1999 14:55:52 +0000 Subject: zsh-users/2567 --- Doc/Zsh/options.yo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index c5be29064..c78b09a51 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -389,11 +389,11 @@ pindex(GLOB_COMPLETE) item(tt(GLOB_COMPLETE))( When the current word has a glob pattern, do not insert all the words resulting from the expansion but generate matches as for completion and -cycle through them like tt(MENU_COMPLETE). The matches are generated -as if a `tt(*)' is added to the end of the word or inserted at the cursor if -tt(COMPLETE_IN_WORD) is set. Since this doesn't use globbing, it -works not only for files but for all completions, such as options, -user names, etc. +cycle through them like tt(MENU_COMPLETE). The matches are generated as if +a `tt(*)' was added to the end of the word, or inserted at the cursor when +tt(COMPLETE_IN_WORD) is set. This actually uses pattern matching, not +globbing, so it works not only for files but for any completion, such as +options, user names, etc. ) pindex(GLOB_DOTS) cindex(globbing, of . files) -- cgit 1.4.1