about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-09-01 16:39:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-09-01 16:39:31 +0000
commit7fe494f27a802a4d50bc0a679f03b21b001e4e6b (patch)
tree049bede7a2709aff47ef90afbf6fd3e701d7eb56 /Doc
parent8bc64084a46c79be5659ef42c746a3b806816c7f (diff)
downloadzsh-7fe494f27a802a4d50bc0a679f03b21b001e4e6b.tar.gz
zsh-7fe494f27a802a4d50bc0a679f03b21b001e4e6b.tar.xz
zsh-7fe494f27a802a4d50bc0a679f03b21b001e4e6b.zip
28188: better doc for limitations in overlap key maps
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_complist.yo5
-rw-r--r--Doc/Zsh/zle.yo8
2 files changed, 10 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index ce9eb48d9..954710cbc 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -291,7 +291,10 @@ Selecting matches is done by moving the mark around using the zle movement
 functions.  When not all matches can be shown on the screen at the same 
 time, the list will scroll up and down when crossing the top or
 bottom line.  The following zle functions have special meaning during
-menu selection:
+menu selection.  Note that the following always
+perform the same task within the menu selection map and cannot be
+replaced by user defined widgets, nor can the set of functions
+be extended:
 
 startitem()
 item(tt(accept-line), tt(accept-search))(
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 722232835..708467cb0 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1146,7 +1146,8 @@ An interrupt signal, as defined by the stty
 setting, will stop the search and go back to the original line.  An undefined
 key will have the same effect.  Note that the following always
 perform the same task within incremental searches and cannot be
-replaced by user defined widgets.  The supported functions are:
+replaced by user defined widgets, nor can the set of functions
+be extended.  The supported functions are:
 
 startitem()
 xitem(tt(accept-and-hold))
@@ -1888,7 +1889,10 @@ execute it.  A restricted set of editing functions is available in the
 mini-buffer.  Keys are looked up in the special
 tt(command) keymap, and if not found there in the main keymap.
 An interrupt signal, as defined by the stty setting, will
-abort the function. The allowed functions are:
+abort the function.  Note that the following always
+perform the same task within the tt(executed-named-cmd) environment and
+cannot be replaced by user defined widgets, nor can the set of functions
+be extended.  The allowed functions are:
 tt(backward-delete-char),
 tt(vi-backward-delete-char),
 tt(clear-screen),