about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-22 01:05:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-22 01:05:46 +0000
commit44cd8ebe74451e0bb6fec83c723c168c4084d9b8 (patch)
tree3b334a0fffb74160b85ac89ce9970975fb2e087b /Doc
parent9963a4294c6ca5b4ae4640c0865d437eaf756ed5 (diff)
downloadzsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.tar.gz
zsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.tar.xz
zsh-44cd8ebe74451e0bb6fec83c723c168c4084d9b8.zip
zsh-3.1.6-pws-9 zsh-3.1.6-pws-9
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 1f1dac658..0f56a5211 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2027,6 +2027,12 @@ Another option supported is `tt(-O) var(name)'. The var(name) will be
 taken as the name of an array and its elements will be given to
 functions called to generate matches when executing the
 var(actions). For example, this allows one to give options for the
+tt(compadd) builtin that should be used.
+
+Another option supported is `tt(-O) var(name)'. The var(name) will be
+taken as the name of an array and its elements will be given to
+functions called to generate matches when executing the
+var(actions). For example, this allows one to give options for the
 tt(compadd) builtin that should be used for all var(action)s.
 
 Also, the tt(-M) option followed by a string may be given before the