emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Fri, 05 Jan 2007 20:24:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/05 20:24:43

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.839
retrieving revision 1.840
diff -u -b -r1.839 -r1.840
--- simple.el   23 Dec 2006 18:08:24 -0000      1.839
+++ simple.el   5 Jan 2007 20:24:43 -0000       1.840
@@ -4096,7 +4096,7 @@
   (kill-region (point) (progn (forward-word arg) (point))))
 
 (defun backward-kill-word (arg)
-  "Kill characters backward until encountering the end of a word.
+  "Kill characters backward until encountering the beginning of a word.
 With argument, do this that many times."
   (interactive "p")
   (kill-word (- arg)))




reply via email to

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