diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
commit | ffdeb1c25728c722567d6f9de2d714f3f1f2a4de (patch) | |
tree | 8a44c42b034d54c8d71ebda2178251179070a2e9 /Doc/Zsh/zle.yo | |
parent | 5b7e50dcd0786a47e180499c9a7a28cffcd73c1d (diff) | |
download | zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.gz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.xz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.zip |
35075: improve manual format
also fixed a ChangeLog entry for 35034 (2015-05-06)
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index c7835675f..16d661f06 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -339,10 +339,11 @@ by `tt(bindkey -m)'. findex(vared) cindex(parameters, editing) cindex(editing parameters) -xitem(tt(vared) [ tt(-Aache) ] [ tt(-p) var(prompt) ] [ tt(-r) var(rprompt) ]) -xitem( [ tt(-M) var(main-keymap) ] [ tt(-m) var(vicmd-keymap) ]) -xitem( [ tt(-i) var(init-widget) ] [ tt(-f) var(finish-widget) ]) -item( [ tt(-t) var(tty) ] var(name))( +redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ ))ifnztexi( ))) +xitem(tt(vared )[ tt(-Aache) ] [ tt(-p) var(prompt) ] [ tt(-r) var(rprompt) ]) +xitem(SPACES()[ tt(-M) var(main-keymap) ] [ tt(-m) var(vicmd-keymap) ]) +xitem(SPACES()[ tt(-i) var(init-widget) ] [ tt(-f) var(finish-widget) ]) +item(SPACES()[ tt(-t) var(tty) ] var(name))( The value of the parameter var(name) is loaded into the edit buffer, and the line editor is invoked. When the editor exits, var(name) is set to the string value returned by the editor. |