diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-29 14:48:38 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-29 14:48:38 +0000 |
commit | 08ddb2593bf979e0d281ddde9f97aa3e77d90ea2 (patch) | |
tree | 0ac41aeacf62c6eb218755db19a609bd2933f9fe | |
parent | acd0558e545591d9ee423a995ad4ff365736d185 (diff) | |
download | zsh-08ddb2593bf979e0d281ddde9f97aa3e77d90ea2.tar.gz zsh-08ddb2593bf979e0d281ddde9f97aa3e77d90ea2.tar.xz zsh-08ddb2593bf979e0d281ddde9f97aa3e77d90ea2.zip |
doc fix, missing `)' (11638)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index dd038dd00..07c8c6b0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-29 Sven Wischnowsky <wischnow@zsh.org> + * 11638: Doc/Zsh/compsys.yo: doc fix, missing `)' + * 11635: Completion/Core/_path_files: make _path_files use glob qualifiers from the line when doing pattern matching diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 217090790..d88fbc77b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2881,7 +2881,7 @@ Note that using multiple sets will be slower than using only one set because the completion code has to parse the command line once for every set. So more than one set should only be used if the command syntax is too complicated. Note also that a option specification with -rest-arguments (as in `tt(-foo:*:...)' often allows to avoid the use +rest-arguments (as in `tt(-foo:*:...)') often allows to avoid the use of multiple sets. Another option supported is `tt(-O) var(name)'. The var(name) will be |