about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-08 12:34:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-08 12:34:12 +0000
commitae925d02f59c3529c0fdac14bbe3b75c31d7ca8a (patch)
tree9aebb719a0c834c101c909d87f9e79e602185019
parente1f77d3e64c8d1c8e75420997fc064b1a4691703 (diff)
downloadzsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.tar.gz
zsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.tar.xz
zsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.zip
users/12198: make menu-select documentation clearer
-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