1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

unposted: complist module docs: Fix parameter name in an example.

Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6).
This commit is contained in:
Dominik Ritter 2015-10-10 12:09:26 +02:00 committed by Daniel Shahaf
parent 43cbfbf821
commit dd2aa85807
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2016-02-07 Dominik Ritter <dritter03@googlemail.com>
* unposted: Doc/Zsh/mod_complist.yo: complist module docs:
Fix parameter name in an example.
2016-02-07 Daniel Shahaf <d.s@daniel.shahaf.name> 2016-02-07 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: README: Follow-up to 37833: extend description of * unposted: README: Follow-up to 37833: extend description of

View file

@ -150,8 +150,8 @@ containing the codes for ANSI terminals (see
ifzman(the section `Other Functions' in zmanref(zshcontrib))\ ifzman(the section `Other Functions' in zmanref(zshcontrib))\
ifnzman(noderef(Other Functions))\ ifnzman(noderef(Other Functions))\
). For example, after loading tt(colors), one could use ). For example, after loading tt(colors), one could use
`tt($colors[red])' to get the code for foreground color red and `tt($color[red])' to get the code for foreground color red and
`tt($colors[bg-green])' for the code for background color green. `tt($color[bg-green])' for the code for background color green.
If the completion system invoked by compinit is used, these If the completion system invoked by compinit is used, these
parameters should not be set directly because the system controls them parameters should not be set directly because the system controls them