about summary refs log tree commit diff
path: root/Doc
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 /Doc
parente1f77d3e64c8d1c8e75420997fc064b1a4691703 (diff)
downloadzsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.tar.gz
zsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.tar.xz
zsh-ae925d02f59c3529c0fdac14bbe3b75c31d7ca8a.zip
users/12198: make menu-select documentation clearer
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_complist.yo11
1 files changed, 9 insertions, 2 deletions
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