diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-24 17:45:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-24 17:45:18 +0000 |
commit | 83932ba23f06a467f33b4138484f7b0423660182 (patch) | |
tree | dc2830eb850323f632aeb299736e753fabb4856e /Doc/Zsh | |
parent | d251482aac88c177cd4de64873841765722d99d0 (diff) | |
download | zsh-83932ba23f06a467f33b4138484f7b0423660182.tar.gz zsh-83932ba23f06a467f33b4138484f7b0423660182.tar.xz zsh-83932ba23f06a467f33b4138484f7b0423660182.zip |
unposted: misspelling in compsys.yo rewrite
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 4065b3cbe..f30350e59 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -4069,7 +4069,7 @@ should be quoted. startitem() item(tt(/)var(pattern)tt(/) [tt(%)var(lookahead)tt(%)] [tt(-)var(guard)] [tt(:)var(tag)tt(:)var(descr)tt(:)var(action)])( -This is a single privitive component. +This is a single primitive component. The function tests whether the combined pattern `tt((#b)LPAR()(#B))var(pattern)tt(RPAR())var(lookahead)tt(*)' matches the command line string. If so, `var(guard)' is evaluated and |