about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2015-08-11 13:07:59 +0900
committerJun T <takimoto-j@kba.biglobe.ne.jp>2015-08-11 13:07:59 +0900
commitbde91914df8fcbe1c53a575518f4f59a3996c0b0 (patch)
tree837f77b713aa1e7accb8e219749d85805a8bddd0 /Doc/Zsh/contrib.yo
parent321116c4cc1f6385178974163d0f8b2c9a1bf888 (diff)
downloadzsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.tar.gz
zsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.tar.xz
zsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.zip
36067: fix typo and format in the documentation
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 09ac5c850..e5665e675 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2311,8 +2311,8 @@ be local to the calling function.
 
 The options tt(-l) var(lbufvar) and tt(-r) var(rbufvar) may be used to
 specify parameters where the widget will store the resulting text from
-the operation.  The parameter var(lbufvar) will contain var(LBUFFER)
-and var(rbufvar) will contain var(RBUFFER).  Neither of these two options
+the operation.  The parameter var(lbufvar) will contain tt(LBUFFER)
+and var(rbufvar) will contain tt(RBUFFER).  Neither of these two options
 may be used with tt(-S) or tt(-R).
 
 tt(narrow-to-region-invisible) is a simple widget which calls
@@ -3756,7 +3756,7 @@ the difference in function between tt(zargs) and tt(xargs)) or run
 tt(zargs) with the tt(-)tt(-help) option.
 )
 findex(zed)
-xitem(tt(zed) [ tt(-f) [ tt(-x) var(num) ] var(name))
+xitem(tt(zed) [ tt(-f) [ tt(-x) var(num) ] ] var(name))
 item(tt(zed -b))(
 This function uses the ZLE editor to edit a file or function.