about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-15 13:51:58 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-15 13:51:58 +0000
commit13f30e965978446e9ab1920797673ab7c5944084 (patch)
tree399f917d8a3dd0210499f1714d4117d708d995e5
parentaf1a55315c9d5e054f8821ae30099a61c8b8cb99 (diff)
downloadzsh-13f30e965978446e9ab1920797673ab7c5944084.tar.gz
zsh-13f30e965978446e9ab1920797673ab7c5944084.tar.xz
zsh-13f30e965978446e9ab1920797673ab7c5944084.zip
manual/8645
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 9e5a4cdcd..e68784e16 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1112,7 +1112,7 @@ when using an action of the form `tt(->)var(string)'. With this
 function the tt(context) parameter will be set to the name of the
 value whose argument is to be completed.
 
-Like tt(_arguments', tt(_values) also supports the tt(-C) option in
+Like tt(_arguments), tt(_values) also supports the tt(-C) option in
 which case you have to make the parameter tt(curcontext) local instead 
 of tt(context) (as described above).
 )