emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Addition to lisp/misc.el


From: Richard Stallman
Subject: Re: Addition to lisp/misc.el
Date: Fri, 12 Sep 2003 17:05:17 -0400

    > (defun zap-up-to-char (arg char)
    >   "Kill up to, but not 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.
    > Ignores CHAR at point."

    Why the `Ignores CHAR at point' anyway?

Because otherwise it would be a no-op when CHAR appear there; in
particular, repeating it would be useless.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]