emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/misc.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/misc.el,v
Date: Mon, 27 Nov 2006 17:02:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/27 17:02:43

Index: misc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/misc.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- misc.el     27 Nov 2006 14:00:11 -0000      1.15
+++ misc.el     27 Nov 2006 17:02:43 -0000      1.16
@@ -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."




reply via email to

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