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:47:45 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-23 13:47:45 +0000
commita2977ce2045f6c290a55c3819f8526ba331a077a (patch)
tree517eff51721ebed09edb08820994567427ea7e0c /Doc
parent284eb7399747fba1f26901647b51719f79fb55b0 (diff)
downloadzsh-a2977ce2045f6c290a55c3819f8526ba331a077a.tar.gz
zsh-a2977ce2045f6c290a55c3819f8526ba331a077a.tar.xz
zsh-a2977ce2045f6c290a55c3819f8526ba331a077a.zip
manual/8020
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_deltochar.yo10
1 files changed, 8 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_deltochar.yo b/Doc/Zsh/mod_deltochar.yo
index d90a6fc47..7ee8c798e 100644
--- a/Doc/Zsh/mod_deltochar.yo
+++ b/Doc/Zsh/mod_deltochar.yo
@@ -1,12 +1,18 @@
 texinode(The deltochar Module)(The example Module)(The complist Module)(Zsh Modules)
 sect(The deltochar Module)
-The tt(deltochar) module makes available one ZLE function:
+The tt(deltochar) module makes available two ZLE functions:
 
 startitem()
 tindex(delete-to-char)
 item(tt(delete-to-char))(
 Read a character from the keyboard, and
-delete from the cursor position up to but not including the next
+delete from the cursor position up to and including the next
 (or, with repeat count var(n), the var(n)th) instance of that character.
+Negative repeat counts mean delete backwards.
+)
+tindex(zap-to-char)
+item(tt(zap-to-char))(
+This behaves like tt(delete-to-char), except that the final occurence of
+the character itself is not deleted.
 )
 enditem()