From: Juanma Barranquero Date: Mon, 27 Nov 2006 17:02:43 +0000 (+0000) Subject: (zap-up-to-char): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=821a311f993a12b073e2378fd4db0fd1b9d5f4bf;p=emacs.git (zap-up-to-char): Doc fix. --- diff --git a/lisp/misc.el b/lisp/misc.el index a79328343ae..522ffef9cb7 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -62,7 +62,7 @@ The characters copied are inserted in the buffer before point." ;; Variation of `zap-to-char'. (defun zap-up-to-char (arg char) - "Kill up to, but not including ARG'th occurrence of CHAR. + "Kill up to, but not including ARGth 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. Ignores CHAR at point."