From cb4429739a65b6a17511ef85cdcb1846c5a088c2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 2 Jul 2012 18:42:45 -0400 Subject: [PATCH] * lisp/simple.el (kill-whole-line): Doc tweak. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5