about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-23 13:03:26 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-23 13:03:26 +0000
commit2bdcaa9a559fc635a08ac73ccd418eafc049d712 (patch)
tree6d3699004c65f7b0bcc7d442803664ebd8bec35b /Doc
parentbdecf74ef12452e2123ce66e42bc66aa81347b30 (diff)
downloadzsh-2bdcaa9a559fc635a08ac73ccd418eafc049d712.tar.gz
zsh-2bdcaa9a559fc635a08ac73ccd418eafc049d712.tar.xz
zsh-2bdcaa9a559fc635a08ac73ccd418eafc049d712.zip
zsh-workers/8010
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_deltochar.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_deltochar.yo b/Doc/Zsh/mod_deltochar.yo
index 4c3cf58e6..d90a6fc47 100644
--- a/Doc/Zsh/mod_deltochar.yo
+++ b/Doc/Zsh/mod_deltochar.yo
@@ -6,7 +6,7 @@ startitem()
 tindex(delete-to-char)
 item(tt(delete-to-char))(
 Read a character from the keyboard, and
-delete from the cursor position up to and including the next
+delete from the cursor position up to but not including the next
 (or, with repeat count var(n), the var(n)th) instance of that character.
 )
 enditem()