Mercurial > emacs
changeset 75995:f4e68d81c310
(kill-line): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Feb 2007 23:06:12 +0000 |
parents | 1879f509b310 |
children | 9b13b0038260 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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].