summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el2
2 files changed, 5 insertions, 1 deletions
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 <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
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)