# HG changeset patch # User Richard M. Stallman # Date 1171753572 0 # Node ID f4e68d81c310d49c3bf22d6cbaf3d90fbe774fc0 # Parent 1879f509b310a2124671b6169a45cdf94766d8d9 (kill-line): Doc fix. diff -r 1879f509b310 -r f4e68d81c310 lisp/simple.el --- a/lisp/simple.el Sat Feb 17 22:02:25 2007 +0000 +++ b/lisp/simple.el Sat Feb 17 23:06:12 2007 +0000 @@ -2836,12 +2836,12 @@ 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].