diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 47f12fd0a..9b4d97e01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-04-18 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 10802: Doc/Zsh/mod_complist.yo: typo + 2000-04-18 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> * 10801: Completion/Builtins/_zstyle, Completion/Core/_main_complete, diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index e5484c941..63039c5d1 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -145,7 +145,7 @@ xitem(tt(accept-line), tt(down-history), tt(down-line-or-history)) item(tt(down-line-or-search), tt(vi-down-line-or-history))( scrolls forward one line ) -item(tt(complete-word), tt(menu-complete), tt(expand-or-complete))( +xitem(tt(complete-word), tt(menu-complete), tt(expand-or-complete)) item(tt(expand-or-complete-prefix), tt(menu-complete-or-expand))( scrolls forward one screenful ) |