about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/mod_complist.yo11
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e35129f51..0decc4523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-08  Peter Stephenson  <pws@csr.com>
 
+	* users/12198: Doc/Zsh/mod_complist.yo: make the definition of
+	the menu-select widget clearer.
+
 	* unposted: Src/curses.c: typo in parameter setting in
 	24073.
 
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index 2fd6ebabb..c03ca81de 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -192,8 +192,15 @@ shell is set up to return to the last prompt after showing a
 completion list (see the tt(ALWAYS_LAST_PROMPT) option in
 ifzman(zmanref(zshoptions))\
 ifnzman(noderef(Options))\
-).  It can be invoked directly by
-the widget tt(menu-select) defined by the module.  Alternatively,
+).
+
+Menu selection can be invoked directly by
+the widget tt(menu-select) defined by this module.  This is a standard
+ZLE widget that can be bound to a key in the usual way as described
+in ifzman(zmanref(zshzle))\
+ifnzman(noderef(Zsh Line Editor)).
+
+Alternatively,
 the parameter tt(MENUSELECT) can be set to an integer, which gives the
 minimum number of matches that must be present before menu selection is
 automatically turned on.  This second method requires that menu completion