about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-03 09:18:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-03 09:18:16 +0000
commitadcf467e28612ebf78ea6df3417be7bd6feda824 (patch)
treea1cf24a6f8e2d1f71f31566cc5cd866b9da78bdd /Doc
parent61864a802fe59f0ec90dad38e1846ef645b0011e (diff)
downloadzsh-adcf467e28612ebf78ea6df3417be7bd6feda824.tar.gz
zsh-adcf467e28612ebf78ea6df3417be7bd6feda824.tar.xz
zsh-adcf467e28612ebf78ea6df3417be7bd6feda824.zip
25603: format error in compsys.yo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 498c8c0ce..54684db14 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2133,8 +2133,8 @@ Finally, it is possible to activate two special modes of menu selection.
 The word `tt(interactive)' in the value causes interactive mode
 to be entered immediately when menu selection is started; see
 ifzman(the description of the tt(zsh/complist) module in zmanref(zshmodules))\
-ifnzman(noderef(The zsh/complist Module))\
-) for a description of interactive mode.  Including the string
+ifnzman(noderef(The zsh/complist Module))
+for a description of interactive mode.  Including the string
 `tt(search)' does the same for incremental search mode.  To select backward
 incremental search, include the string `tt(search-backward)'.
 )