emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108065: * lisp/simple.el (kill-wh


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108065: * lisp/simple.el (kill-whole-line): Doc tweak.
Date: Mon, 02 Jul 2012 18:42:45 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108065
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-07-02 18:42:45 -0400
message:
  * lisp/simple.el (kill-whole-line): Doc tweak.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-01 16:38:53 +0000
+++ b/lisp/ChangeLog    2012-07-02 22:42:45 +0000
@@ -1,3 +1,7 @@
+2012-07-02  Glenn Morris  <address@hidden>
+
+       * simple.el (kill-whole-line): Doc tweak.
+
 2012-07-01  Eli Zaretskii  <address@hidden>
 
        * files.el (file-relative-name): Compare file names

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-04-22 07:19:29 +0000
+++ b/lisp/simple.el    2012-07-02 22:42:45 +0000
@@ -3500,7 +3500,7 @@
 ;; kill-line and its subroutines.
 
 (defcustom kill-whole-line nil
-  "If non-nil, `kill-line' with no arg at beg of line kills the whole line."
+  "If non-nil, `kill-line' with no arg at start of line kills the whole line."
   :type 'boolean
   :group 'killing)
 


reply via email to

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