1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22873: typo in expn.yo

This commit is contained in:
Peter Stephenson 2006-10-13 21:49:52 +00:00
parent 14ed190087
commit c5492635d8
2 changed files with 5 additions and 1 deletions

@ -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

@ -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)