about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-15 10:34:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-15 10:34:52 +0000
commit972208833b687cb1167bb5efe10441092dfc6af1 (patch)
tree4fa6328ac3cd0eb1b750aae279638c899bbeec31 /Doc
parent2bb32164c71a0cb61e48d818b1209b952435a63f (diff)
downloadzsh-972208833b687cb1167bb5efe10441092dfc6af1.tar.gz
zsh-972208833b687cb1167bb5efe10441092dfc6af1.tar.xz
zsh-972208833b687cb1167bb5efe10441092dfc6af1.zip
zsh-workers/10145
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_zle.yo7
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo
index 6fd719488..a2e0e469e 100644
--- a/Doc/Zsh/mod_zle.yo
+++ b/Doc/Zsh/mod_zle.yo
@@ -258,9 +258,14 @@ prompt. This means that the var(string) will still be displayed after
 the widget returns (until it is overwritten by subsequent commands).
 )
 item(tt(-U) var(string))(
-This puts the characters in the var(string) in the input queue of
+This pushes the characters in the var(string) onto the input stack of
 ZLE. After the widget currently executed finishes ZLE will behave as
 if the characters in the var(string) were typed by the user.
+
+Note that since ZLE uses a stack, using tt(zle) with this option more
+than once will make the last string pushed be used first. The
+characters in each var(string) will be used in the order in which they
+appear in the string, though.
 )
 item(var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)(
 Invoke the specified widget.  This can only be done when ZLE is