about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.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/compsys.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/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 290c85fc3..d067795dd 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3567,9 +3567,9 @@ otherwise the parameter is not used.
 item(tt(-s))(
 Enable em(option stacking) for single-letter options, whereby multiple
 single-letter options may be combined into a single word.  For example,
-the two options `tt(-)var(x)' and `tt(-)var(y)' may be combined into
-a single word `tt(-)var(xy)'.  By default, every word corresponds to a single
-option name (the `tt(-xy)' option).
+the two options `tt(-x)' and `tt(-y)' may be combined into
+a single word `tt(-xy)'.  By default, every word corresponds to a single
+option name (`tt(-xy)' is a single option named `tt(xy)').
 
 Options beginning with a single hyphen or plus sign are eligible for stacking;
 words beginning with two hyphens are not.