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>2015-11-13 01:02:37 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-11-13 01:03:38 +0900
commitd5ba08af4933fdef596f5151b3e903868d352f65 (patch)
tree179e5748b8ccb7b5475ea1036f264c203240110f /Doc/Zsh/zle.yo
parentff85c8b1c99bd655a64564fc8beba3167d229c23 (diff)
downloadzsh-d5ba08af4933fdef596f5151b3e903868d352f65.tar.gz
zsh-d5ba08af4933fdef596f5151b3e903868d352f65.tar.xz
zsh-d5ba08af4933fdef596f5151b3e903868d352f65.zip
unposted: a few cosmetic format fixes in docs
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 05bb14829..7047b43d9 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2274,6 +2274,7 @@ the command line or key bindings temporarily.
 
 
 The following widget, tt(caps-lock), serves as an example.
+
 example(self-insert-ucase+LPAR()RPAR() {
   LBUFFER+=${(U)KEYS[-1]}
 }
@@ -2293,8 +2294,8 @@ zle -D save-caps-lock
 
 (( stat )) && zle send-break
 
-return $stat
-)
+return $stat)
+
 This causes typed letters to be inserted capitalised until either
 tt(accept-line) (i.e. typically the return key) is typed or the
 tt(caps-lock) widget is invoked again; the later is handled by saving