about summary refs log tree commit diff
path: root/Doc/Zsh/mod_complist.yo
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-10-10 12:09:26 +0200
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-02-07 00:23:22 +0000
commitdd2aa858073e57a52c541cce04fb99ba7553c6b8 (patch)
treee822809099ed958297d749b98c3cb3a37f221d62 /Doc/Zsh/mod_complist.yo
parent43cbfbf8213e38ebe643a84f480f54cb8ebefc25 (diff)
downloadzsh-dd2aa858073e57a52c541cce04fb99ba7553c6b8.tar.gz
zsh-dd2aa858073e57a52c541cce04fb99ba7553c6b8.tar.xz
zsh-dd2aa858073e57a52c541cce04fb99ba7553c6b8.zip
unposted: complist module docs: Fix parameter name in an example.
Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6).
Diffstat (limited to 'Doc/Zsh/mod_complist.yo')
-rw-r--r--Doc/Zsh/mod_complist.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index 164b5b03f..31aa656f1 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -150,8 +150,8 @@ containing the codes for ANSI terminals (see
 ifzman(the section `Other Functions' in zmanref(zshcontrib))\
 ifnzman(noderef(Other Functions))\
 ).  For example, after loading tt(colors), one could use
-`tt($colors[red])' to get the code for foreground color red and
-`tt($colors[bg-green])' for the code for background color green.
+`tt($color[red])' to get the code for foreground color red and
+`tt($color[bg-green])' for the code for background color green.
 
 If the completion system invoked by compinit is used, these
 parameters should not be set directly because the system controls them