From: Glenn Morris Date: Mon, 2 Jul 2012 22:42:45 +0000 (-0400) Subject: * lisp/simple.el (kill-whole-line): Doc tweak. X-Git-Tag: emacs-24.2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb4429739a65b6a17511ef85cdcb1846c5a088c2;p=emacs.git * lisp/simple.el (kill-whole-line): Doc tweak. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74914cd973c..e5f4bb8f770 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-07-02 Glenn Morris + + * simple.el (kill-whole-line): Doc tweak. + 2012-07-01 Eli Zaretskii * files.el (file-relative-name): Compare file names diff --git a/lisp/simple.el b/lisp/simple.el index 4187e296439..c83fe18c9c9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)