about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-13 11:00:16 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-13 11:00:16 -0800
commit33052104e11b04ac57ff02cee1f5bb1ef0289641 (patch)
tree2da6ec570b11ff76e22c2bc85e0aab081155306d /Doc/Zsh/zle.yo
parent9a09f97b60d0c31d2ef4431be06d5e5503d141d4 (diff)
downloadzsh-33052104e11b04ac57ff02cee1f5bb1ef0289641.tar.gz
zsh-33052104e11b04ac57ff02cee1f5bb1ef0289641.tar.xz
zsh-33052104e11b04ac57ff02cee1f5bb1ef0289641.zip
39929: clarify execute{,-last}-named-cmd
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo11
1 files changed, 8 insertions, 3 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index b7bb23bbc..21681e5e7 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2224,8 +2224,12 @@ point and mark are not swapped.
 )
 tindex(execute-named-cmd)
 item(tt(execute-named-cmd) (tt(ESC-x)) (tt(:)) (unbound))(
-Read the name of an editor command and
-execute it.  A restricted set of editing functions is available in the
+Read the name of an editor command and execute it.  Aliasing this
+widget with `tt(zle -A)' or replacing it with `tt(zle -N)' has no
+effect when interpreting key bindings, but `tt(zle execute-named-cmd)'
+will invoke such an alias or replacement.
+
+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
@@ -2266,7 +2270,8 @@ tindex(execute-last-named-cmd)
 item(tt(execute-last-named-cmd) (tt(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.
+Like tt(execute-named-cmd), this command may not be redefined,
+but it may be called by name.
 )
 tindex(get-line)
 item(tt(get-line) (tt(ESC-G ESC-g)) (unbound) (unbound))(