From 9e9457f30e9146a175f5a1e0e0e81686a6ee9852 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 11 Sep 2000 07:08:27 +0000 Subject: Redo _zle using _arguments; fix typos. --- Doc/Zsh/mod_zle.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/mod_zle.yo') diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo index 3b4d58ed7..dd658a858 100644 --- a/Doc/Zsh/mod_zle.yo +++ b/Doc/Zsh/mod_zle.yo @@ -190,7 +190,7 @@ cindex(widgets, calling) cindex(calling widgets) cindex(widgets, defining) cindex(defining widgets) -xitem(tt(zle) tt(-l) [ tt(-L) ] [ tt(-a) ] [ var(string) ... ]) +xitem(tt(zle) tt(-l) [ tt(-L) | tt(-a) ] [ var(string) ... ]) xitem(tt(zle) tt(-D) var(widget) ...) xitem(tt(zle) tt(-A) var(old-widget) var(new-widget)) xitem(tt(zle) tt(-N) var(widget) [ var(function) ]) @@ -204,7 +204,7 @@ The tt(zle) builtin performs a number of different actions concerning ZLE. Which operation it performs depends on its options: startitem() -item(tt(-l) [ tt(-L) ])( +item(tt(-l) [ tt(-L) | tt(-a) ])( List all existing user-defined widgets. If the tt(-L) option is used, list in the form of tt(zle) commands to create the widgets. @@ -238,7 +238,7 @@ ifzman(zmanref(zshzle))\ ifnzman(noderef(Zsh Line Editor))\ . ) -citem(completion widgets, creating) +cindex(completion widgets, creating) item(tt(-C) var(widget) var(completion-widget) var(function))( Create a user-defined completion widget named var(widget). The completion widget will behave like the built-in completion-widget -- cgit 1.4.1