]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (kill-whole-line): Doc tweak.
authorGlenn Morris <rgm@gnu.org>
Mon, 2 Jul 2012 22:42:45 +0000 (18:42 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 2 Jul 2012 22:42:45 +0000 (18:42 -0400)
lisp/ChangeLog
lisp/simple.el

index 74914cd973c1889767e53ec2a4f8983a0e3cd48b..e5f4bb8f770fa0f8fbb7d6114ab081be0f48f062 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-02  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (kill-whole-line): Doc tweak.
+
 2012-07-01  Eli Zaretskii  <eliz@gnu.org>
 
        * files.el (file-relative-name): Compare file names
index 4187e296439e130c9c6801cff35635e8b6f38bbb..c83fe18c9c9692ab1f8a14c2af931778659fc433 100644 (file)
@@ -3500,7 +3500,7 @@ Goes backward if ARG is negative; error if CHAR not found."
 ;; 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)