about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-03-21 17:07:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-03-21 17:07:25 +0000
commit5d7ee7574a4569d6eb47dda0848b5c480b949c8d (patch)
treeacc467b5a580f94d9097a32d9d4695d5805a821e /Doc
parent0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff (diff)
downloadzsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.tar.gz
zsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.tar.xz
zsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.zip
21042: limitations with execute-named-command
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 522f9f714..048cba576 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1670,10 +1670,14 @@ possibilities if the tt(AUTO_LIST) option is set.
 Any other character that is not bound to tt(self-insert) or
 tt(self-insert-unmeta) will beep and be ignored.
 The bindings of the current insert mode will be used.
+
+Currently this command may not be redefined or called by name.
 )
 tindex(execute-last-named-cmd)
 item(tt(execute-last-named-cmd) (ESC-z) (unbound) (unbound))(
 Redo the last function executed with tt(execute-named-cmd).
+
+Currently this command may not be redefined or called by name.
 )
 tindex(get-line)
 item(tt(get-line) (ESC-G ESC-g) (unbound) (unbound))(