# HG changeset patch # User Juanma Barranquero # Date 1164646963 0 # Node ID b55f65338d33f68fddaa304d753c814f7d8a86a3 # Parent ab755f5bf2080c57e5f9c9c46c8cdc589c5ea1ad (zap-up-to-char): Doc fix. diff -r ab755f5bf208 -r b55f65338d33 lisp/misc.el --- a/lisp/misc.el Mon Nov 27 17:01:52 2006 +0000 +++ b/lisp/misc.el Mon Nov 27 17:02:43 2006 +0000 @@ -62,7 +62,7 @@ ;; 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."