From: Karl Heuer Date: Sat, 29 May 1999 19:08:52 +0000 (+0000) Subject: (zap-to-char): Doc fix. X-Git-Tag: emacs-20.4~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13cd02ec46d3c8da577bb06c7350be269aaf04df;p=emacs.git (zap-to-char): Doc fix. --- 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." (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