diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2005-05-28 04:26:58 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-05-28 04:26:58 +0000 |
commit | 5b40508a121397e750067ec8e383215d5aae6310 (patch) | |
tree | d4067e28b3dd6f058fe4e7607fca2da8c9247d69 /Doc/Zsh | |
parent | 80b79f9fd903d1b1a74fad54dfd1d0c79e670e36 (diff) | |
download | zsh-5b40508a121397e750067ec8e383215d5aae6310.tar.gz zsh-5b40508a121397e750067ec8e383215d5aae6310.tar.xz zsh-5b40508a121397e750067ec8e383215d5aae6310.zip |
Remove one stray quote that crept in with the two-hyphens fix.
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 bf2cb116e..2a9aae63a 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3819,7 +3819,7 @@ after the call to tt(compinit). The completion system as supplied is conservative in its use of this function, since it is important to be sure the command understands the -option `tt(-)'tt(-help)'. +option `tt(-)tt(-help)'. ) findex(_guard) item(tt(_guard) [ var(options) ] var(pattern descr))( |