changeset 24789:cef7201132c9

(zap-to-char): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sat, 29 May 1999 19:08:52 +0000
parents 1d21edd48d82
children a6b268f4dfc7
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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