about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-14 20:32:57 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-14 20:33:03 +0000
commit9955bbdb9faeac388abec68c6b5b976bce27df92 (patch)
treea8737359b49d30385b97cf864504764512da8634 /Doc/Zsh/zle.yo
parentaeb1ac6a9cbbf4c135dc2feedc2322e12bb7e549 (diff)
downloadzsh-9955bbdb9faeac388abec68c6b5b976bce27df92.tar.gz
zsh-9955bbdb9faeac388abec68c6b5b976bce27df92.tar.xz
zsh-9955bbdb9faeac388abec68c6b5b976bce27df92.zip
unposted: docs: Typo fixes
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 71a7af0d7..7d95eb377 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -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.