diff options
| author | Karl Heuer | 1999-05-29 19:08:52 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-05-29 19:08:52 +0000 |
| commit | 13cd02ec46d3c8da577bb06c7350be269aaf04df (patch) | |
| tree | a66d3bc65e87cca9e99dab25d8cca7880a9a2f83 /lisp/simple.el | |
| parent | c20d35d515b53ed937048b65087c1f6f6b3e9729 (diff) | |
| download | emacs-13cd02ec46d3c8da577bb06c7350be269aaf04df.tar.gz emacs-13cd02ec46d3c8da577bb06c7350be269aaf04df.zip | |
(zap-to-char): Doc fix.
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index fd9cd5d1caa..3d25fb010a0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -363,6 +363,7 @@ and KILLP is t if a prefix arg was specified." | |||
| 363 | 363 | ||
| 364 | (defun zap-to-char (arg char) | 364 | (defun zap-to-char (arg char) |
| 365 | "Kill up to and including ARG'th occurrence of CHAR. | 365 | "Kill up to and including ARG'th occurrence of CHAR. |
| 366 | Case is ignored if `case-fold-search' is non-nil in the current buffer. | ||
| 366 | Goes backward if ARG is negative; error if CHAR not found." | 367 | Goes backward if ARG is negative; error if CHAR not found." |
| 367 | (interactive "p\ncZap to char: ") | 368 | (interactive "p\ncZap to char: ") |
| 368 | (kill-region (point) (progn | 369 | (kill-region (point) (progn |