diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/invoke.yo | 4 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/invoke.yo b/Doc/Zsh/invoke.yo index e0987a1bd..565d33877 100644 --- a/Doc/Zsh/invoke.yo +++ b/Doc/Zsh/invoke.yo @@ -80,8 +80,8 @@ is permitted and does not end option processing. Except when the bf(sh)/bf(ksh) emulation single-letter options are in effect, the option `tt(-b)' (or `tt(PLUS()b)') ends option processing. -`tt(-b)' is like `tt(--)', except that further single-letter options can be -stacked after the `tt(-b)' and will take effect as normal. +`tt(-b)' is like `tt(-)tt(-)', except that further single-letter options +can be stacked after the `tt(-b)' and will take effect as normal. startmenu() menu(Compatibility) diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 9af41e820..39d28a49d 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1491,7 +1491,7 @@ Inside a widget function, a call to this function treats the last key of the key sequence which called the widget as the digit. ) tindex(neg-argument) -item(tt(neg-argument) (ESC--) (unbound) (unbound))( +item(tt(neg-argument) (ESC-DASH()) (unbound) (unbound))( Changes the sign of the following argument. ) tindex(universal-argument) |