diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compwid.yo | 3 | ||||
-rw-r--r-- | Doc/Zsh/mod_zle.yo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 99a1d6aa4..bc72926ca 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -640,7 +640,8 @@ in turn matches what is on the line. If the var(n)'th var(word) does not match, the var(n)'th element of the var(array) is removed. Elements for which the corresponding var(word) is matched are retained. ) -item(tt(-), tt(--))( +xitem(tt(-)) +item(tt(-)tt(-))( This flag ends the list of flags and options. All arguments after it will be taken as the words to use as matches even if they begin with hyphens. 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 |