]> git.eshelyaron.com Git - emacs.git/commitdiff
(zap-up-to-char): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:02:43 +0000 (17:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:02:43 +0000 (17:02 +0000)
lisp/misc.el

index a79328343aecabef7899010c3fb924c4563c73e1..522ffef9cb72dd541253fe179c3f7151b3ab5c25 100644 (file)
@@ -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."