# HG changeset patch # User Karl Heuer # Date 928004932 0 # Node ID cef7201132c9946e1a1f3a5b171d55bb86248aab # Parent 1d21edd48d828f20d3f37637a642c04f63de660f (zap-to-char): Doc fix. diff -r 1d21edd48d82 -r cef7201132c9 lisp/simple.el --- a/lisp/simple.el Fri May 28 00:16:09 1999 +0000 +++ b/lisp/simple.el Sat May 29 19:08:52 1999 +0000 @@ -363,6 +363,7 @@ (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