about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-13 17:00:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-13 17:00:37 +0000
commit1dbb0b4247592c0bd4d135693e86c3a20b823037 (patch)
treeb2cee6934b16b0465773c4a141d57e8a81dc35b0 /Doc
parent336ba32a4322a9a50d597d724e33cb22658ed103 (diff)
downloadzsh-1dbb0b4247592c0bd4d135693e86c3a20b823037.tar.gz
zsh-1dbb0b4247592c0bd4d135693e86c3a20b823037.tar.xz
zsh-1dbb0b4247592c0bd4d135693e86c3a20b823037.zip
zsh-workers/10117
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 9e15cd6ff..6fd719488 100644
--- a/Doc/Zsh/mod_zle.yo
+++ b/Doc/Zsh/mod_zle.yo
@@ -184,7 +184,8 @@ xitem(tt(zle) tt(-C) var(widget) var(completion-widget) var(function))
 xitem(tt(zle) tt(-R) [ tt(-c) ] [ var(display-string) ] [ var(string) ... ])
 xitem(tt(zle) tt(-M) var(string))
 xitem(tt(zle) tt(-U) var(string))
-item(tt(zle) var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)(
+xitem(tt(zle) var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)
+item(tt(zle))(
 The tt(zle) builtin performs a number of different actions concerning
 ZLE.  Which operation it performs depends on its options:
 
@@ -289,5 +290,9 @@ tt(zle) command.  Thus if a user defined widget requires an immediate beep,
 it should call the tt(beep) widget directly.
 )
 enditem()
+
+With no options and no arguments, only the returns status will be
+set. It is zero if ZLE is currently active and widgets could be
+invoked using this builtin command and non-zero if ZLE is not active.
 )
 enditem()