diff options
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 1642c5b15..eaca1b3b1 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1782,7 +1782,7 @@ item(tt(down-case-word) (tt(ESC-L ESC-l)) (unbound) (unbound))( Convert the current word to all lowercase and move past it. ) tindex(vi-down-case) -item(tt(vi-down-case)) ((unbound) (tt(gu)) (unbound))( +item(tt(vi-down-case) (unbound) (tt(gu)) (unbound))( Read a movement command from the keyboard, and convert all characters from the cursor position to the endpoint of the movement to lowercase. If the movement command is tt(vi-down-case), swap the case of all @@ -1954,7 +1954,7 @@ item(tt(vi-unindent) (unbound) (tt(<)) (unbound))( Unindent a number of lines. ) tindex(vi-up-case) -item(tt(vi-up-case)) ((unbound) (tt(gU)) (unbound))( +item(tt(vi-up-case) (unbound) (tt(gU)) (unbound))( Read a movement command from the keyboard, and convert all characters from the cursor position to the endpoint of the movement to lowercase. If the movement command is tt(vi-up-case), swap the case of all |