about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-08-04 19:32:34 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-08-04 19:32:34 +0900
commit7f052ed3e44176240d53a379674cf22fcb38807a (patch)
tree180c6549b4db3fe7c95517b063c4def2a3fcb644 /Doc/Zsh/zle.yo
parent81f229a03770b9736a1daf499ba56d8d2340c2aa (diff)
downloadzsh-7f052ed3e44176240d53a379674cf22fcb38807a.tar.gz
zsh-7f052ed3e44176240d53a379674cf22fcb38807a.tar.xz
zsh-7f052ed3e44176240d53a379674cf22fcb38807a.zip
unposted: fix format in zle.yo
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo4
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