]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-line): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2007 23:06:12 +0000 (23:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2007 23:06:12 +0000 (23:06 +0000)
lisp/simple.el

index 6f4f5eb4073213b06d7bfc15aaa6166f34f1e2b4..44408c4f42717884f9aced84fbc45f0b5042e383 100644 (file)
@@ -2836,12 +2836,12 @@ When calling from a program, nil means \"no arg\",
 a number counts as a prefix arg.
 
 To kill a whole line, when point is not at the beginning, type \
-\\[beginning-of-line] \\[kill-line] \\[kill-line].
+\\[move-beginning-of-line] \\[kill-line] \\[kill-line].
 
 If `kill-whole-line' is non-nil, then this command kills the whole line
 including its terminating newline, when used at the beginning of a line
 with no argument.  As a consequence, you can always kill a whole line
-by typing \\[beginning-of-line] \\[kill-line].
+by typing \\[move-beginning-of-line] \\[kill-line].
 
 If you want to append the killed line to the last killed text,
 use \\[append-next-kill] before \\[kill-line].