1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

47468: Doc/Zsh/contrib.yo: Fix typo

This commit is contained in:
Axel Beckert 2020-10-18 01:35:13 +02:00
parent 00d20ed15e
commit da534770fd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2020-10-18 Axel Beckert <abe@deuxchevaux.org>
* 47468: Doc/Zsh/contrib.yo: Fix typo
2020-10-03 Daniel Shahaf <d.s@daniel.shahaf.name>
* users/26088: Doc/Zsh/zle.yo: docs: zle -R: Clarify that it

View file

@ -4559,7 +4559,7 @@ the same result, the destination was an existing regular file and tt(-f)
was not given) causes the entire function to abort without doing
anything.
In addition to pattern replacement, the variable tt($f) can be referrred
In addition to pattern replacement, the variable tt($f) can be referred
to in the second (replacement) argument. This makes it possible to
use variable substitution to alter the argument; see examples below.