1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-11 20:31:11 +01:00

doc fix, missing `)' (11638)

This commit is contained in:
Sven Wischnowsky 2000-05-29 14:48:38 +00:00
parent acd0558e54
commit 08ddb2593b
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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