1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-30 02:52:12 +01:00

unposted: docs: Typo fixes

This commit is contained in:
Daniel Shahaf 2015-09-14 20:32:57 +00:00
parent aeb1ac6a9c
commit 9955bbdb9f
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2015-09-14 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Doc/Zsh/zle.yo README: docs: Typo fixes
2015-09-13 Axel Beckert <abe@deuxchevaux.org>
* 36523: Thue Janus Kristensen: Completion/Unix/Command/_gphoto2:

View file

@ -1012,7 +1012,7 @@ xitem(tt(YANK_ACTIVE) (integer))
xitem(tt(YANK_START) (integer))
item(tt(YANK_END) (integer))(
These three parameters indicate whether text has just been yanked (pasted)
into the buffer. tt(YANK_START) and tt(YANK_END) are in the same unit sas
into the buffer. tt(YANK_START) and tt(YANK_END) are in the same units as
tt(CURSOR), and are only valid when tt(YANK_ACTIVE) is non-zero.
All three are read-only.

2
README
View file

@ -10,7 +10,7 @@ a few visible improvements since 5.0.8 as well as many bugfixes. Note
in particular the two changes highlighted under "Incompatibilites
between 5.0.8 and 5.1" below. See NEWS for more information.
There are mostly bug fixes between 5.1 and 5.1.1; however, a fewer minor
There are mostly bug fixes between 5.1 and 5.1.1; however, a few minor
features useful in resolving problems with shell functions were added.
Installing Zsh