summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/compsys.yo4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 92b582737..450f38148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-09-03 Peter Stephenson <pws@csr.com>
+ * Jun T: 25603: Doc/Zsh/compsys.yo: format error.
+
* Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599: should
auto-remove automatically added "=" suffix on alias completion,
else you can end up assigning an empty alias.
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)'.
)