Mercurial > emacs
changeset 74260:b55f65338d33
(zap-up-to-char): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 17:02:43 +0000 |
parents | ab755f5bf208 |
children | adf198775e30 |
files | lisp/misc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."