]> git.eshelyaron.com Git - emacs.git/commitdiff
(zap-to-char): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sat, 29 May 1999 19:08:52 +0000 (19:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 29 May 1999 19:08:52 +0000 (19:08 +0000)
lisp/simple.el

index fd9cd5d1caad1914b207e450f71125c332b47a78..3d25fb010a0b09594c06a4e1222f7a58eeea7d44 100644 (file)
@@ -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