1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

25603: format error in compsys.yo

This commit is contained in:
Peter Stephenson 2008-09-03 09:18:16 +00:00
parent 61864a802f
commit adcf467e28
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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)'.
)