about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-10-05 13:31:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-10-05 13:31:58 +0000
commit8781aad44870da32b3c59f5faa8a5a3e01a7027d (patch)
tree4e59aa6ee40e6cefc0b30ee3bc7003eb285d850a
parent325c3864c67a3e7dfd949727a229adaa961c3d95 (diff)
downloadzsh-8781aad44870da32b3c59f5faa8a5a3e01a7027d.tar.gz
zsh-8781aad44870da32b3c59f5faa8a5a3e01a7027d.tar.xz
zsh-8781aad44870da32b3c59f5faa8a5a3e01a7027d.zip
additional split change fixes
-rw-r--r--Doc/Zsh/expn.yo7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 7362c9c52..8ee72bbdb 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1176,7 +1176,8 @@ starting with the third character of tt($HISTCHARS), default tt(#), up to
 the next newline is a comment.  tt(LPAR()Z+PLUS()n+PLUS()RPAR()) causes
 unquoted newlines to be treated as ordinary whitespace, else they are
 treated as if they are shell code delimiters and converted to
-semicolons.
+semicolons.  Options are combined within the same set of delimiters,
+e.g. tt(LPAR()Z+PLUS()Cn+PLUS()RPAR()).
 )
 item(tt(_:)var(flags)tt(:))(
 The underscore (tt(_)) flag is reserved for future use.  As of this
@@ -1278,6 +1279,8 @@ item(tt(2.) em(Internal parameter flags))(
 Any parameter flags set by one of the tt(typeset) family of commands,
 in particular the tt(L), tt(R), tt(Z), tt(u) and tt(l) flags for padding
 and capitalization, are applied directly to the parameter value.
+Note these flags are options to the command, e.g. `tt(typeset -Z)';
+they are not the same as the flags used within parameter substitutions.
 )
 item(tt(3.) em(Parameter subscripting))(
 If the value is a raw parameter reference with a subscript, such as
@@ -1358,7 +1361,7 @@ is applied.
 item(tt(15.) em(Directory naming))(
 Any directory name substitution using tt((D)) flag is applied.
 )
-item(tt(16.) em(Visibility enhancment))(
+item(tt(16.) em(Visibility enhancement))(
 Any modifications to make characters visible using the tt((V)) flag
 are applied.
 )