mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 13:41:01 +02:00
unposted: docs: _arguments: Fix a typo in the example.
This commit is contained in:
parent
ab166725dd
commit
3d2814072a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2021-03-29 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted: Doc/Zsh/compsys.yo: docs: _arguments: Fix a typo
|
||||||
|
in the example.
|
||||||
|
|
||||||
2021-03-28 Oliver Kiddle <opk@zsh.org>
|
2021-03-28 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* Jacob Gelbman: 48166: Completion/Unix/Command/_ctags:
|
* Jacob Gelbman: 48166: Completion/Unix/Command/_ctags:
|
||||||
|
|
|
@ -4274,7 +4274,7 @@ The last two descriptions say what should be completed as
|
||||||
arguments. The first describes the first argument as a
|
arguments. The first describes the first argument as a
|
||||||
`var(postscript file)' and makes files ending in `tt(ps)' or `tt(eps)'
|
`var(postscript file)' and makes files ending in `tt(ps)' or `tt(eps)'
|
||||||
be completed. The last description gives all other arguments the
|
be completed. The last description gives all other arguments the
|
||||||
description `var(page numbers)' but does not offer completions.
|
description `var(page number)' but does not offer completions.
|
||||||
)
|
)
|
||||||
findex(_cache_invalid)
|
findex(_cache_invalid)
|
||||||
item(tt(_cache_invalid) var(cache_identifier))(
|
item(tt(_cache_invalid) var(cache_identifier))(
|
||||||
|
|
Loading…
Reference in a new issue