diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index f1441bf99..d672a6081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-11 Mikael Magnusson <mikachu@gmail.com> + + * 29206: Doc/Zsh/mod_complist.yo: fix formatting. + 2011-05-11 Peter Stephenson <pws@csr.com> * 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now @@ -14651,5 +14655,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5290 $ +* $Revision: 1.5291 $ ***************************************************** diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 954710cbc..09b2b4f8b 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -383,8 +383,8 @@ make the longest unambiguous string be inserted in the command line and tt(undo) and tt(backward-delete-char) go back to the previous set of matches ) -item(tt(history-incremental-search-forward), -tt(history-incremental-search-backward))( +xitem(tt(history-incremental-search-forward)) +item(tt(history-incremental-search-backward))( this starts incremental searches in the list of completions displayed; in this mode, tt(accept-line) only leaves incremental search, going back to the normal menu selection mode |