mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(zap-to-char): Doc fix.
This commit is contained in:
parent
c20d35d515
commit
13cd02ec46
1 changed files with 1 additions and 0 deletions
|
|
@ -363,6 +363,7 @@ and KILLP is t if a prefix arg was specified."
|
|||
|
||||
(defun zap-to-char (arg char)
|
||||
"Kill up to and including ARG'th occurrence of CHAR.
|
||||
Case is ignored if `case-fold-search' is non-nil in the current buffer.
|
||||
Goes backward if ARG is negative; error if CHAR not found."
|
||||
(interactive "p\ncZap to char: ")
|
||||
(kill-region (point) (progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue