diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-13 21:49:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-13 21:49:52 +0000 |
commit | c5492635d854eb33db8757113cecb6ff34aaf215 (patch) | |
tree | c451519ddfbe5c6eb55f92f125ad452660139586 | |
parent | 14ed1900875b6d15f13720379e80bde77d3798fc (diff) | |
download | zsh-c5492635d854eb33db8757113cecb6ff34aaf215.tar.gz zsh-c5492635d854eb33db8757113cecb6ff34aaf215.tar.xz zsh-c5492635d854eb33db8757113cecb6ff34aaf215.zip |
22873: typo in expn.yo
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 431a4c8d7..1c0143958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 22873: Larry P. Shrof: Doc/Zsh/expn.yo: typo. + 2006-10-10 Peter Stephenson <p.w.stephenson@ntlworld.com> * 22860: Completion/Unix/Command/_tar: allow - before first diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index b840f62f0..6aa31c76a 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -662,7 +662,7 @@ If the tt(MULTIBYTE) option is set and the number is greater than 127 (i.e. not an ASCII character) it is treated as a Unicode character. ) item(tt(%))( -Expand all tt(%) escapes in the resulting words in the same way as in in +Expand all tt(%) escapes in the resulting words in the same way as in prompts (see noderef(Prompt Expansion)). If this flag is given twice, full prompt expansion is done on the resulting words, depending on the setting of the tt(PROMPT_PERCENT), tt(PROMPT_SUBST) and tt(PROMPT_BANG) |