diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-03 09:18:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-03 09:18:16 +0000 |
commit | adcf467e28612ebf78ea6df3417be7bd6feda824 (patch) | |
tree | a1cf24a6f8e2d1f71f31566cc5cd866b9da78bdd | |
parent | 61864a802fe59f0ec90dad38e1846ef645b0011e (diff) | |
download | zsh-adcf467e28612ebf78ea6df3417be7bd6feda824.tar.gz zsh-adcf467e28612ebf78ea6df3417be7bd6feda824.tar.xz zsh-adcf467e28612ebf78ea6df3417be7bd6feda824.zip |
25603: format error in compsys.yo
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 4 |
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)'. ) |