diff options
| author | Richard M. Stallman | 2007-02-17 23:06:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-02-17 23:06:12 +0000 |
| commit | 602157ab37847e9b9da58453ace558811d121ea6 (patch) | |
| tree | 7e14cc61fa6eb7f863bfa23f356d779cb7b1acac /lisp | |
| parent | 4e7a0e25fdff3b3a61e218eb8feaec2bc82266df (diff) | |
| download | emacs-602157ab37847e9b9da58453ace558811d121ea6.tar.gz emacs-602157ab37847e9b9da58453ace558811d121ea6.zip | |
(kill-line): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 6f4f5eb4073..44408c4f427 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2836,12 +2836,12 @@ When calling from a program, nil means \"no arg\", | |||
| 2836 | a number counts as a prefix arg. | 2836 | a number counts as a prefix arg. |
| 2837 | 2837 | ||
| 2838 | To kill a whole line, when point is not at the beginning, type \ | 2838 | To kill a whole line, when point is not at the beginning, type \ |
| 2839 | \\[beginning-of-line] \\[kill-line] \\[kill-line]. | 2839 | \\[move-beginning-of-line] \\[kill-line] \\[kill-line]. |
| 2840 | 2840 | ||
| 2841 | If `kill-whole-line' is non-nil, then this command kills the whole line | 2841 | If `kill-whole-line' is non-nil, then this command kills the whole line |
| 2842 | including its terminating newline, when used at the beginning of a line | 2842 | including its terminating newline, when used at the beginning of a line |
| 2843 | with no argument. As a consequence, you can always kill a whole line | 2843 | with no argument. As a consequence, you can always kill a whole line |
| 2844 | by typing \\[beginning-of-line] \\[kill-line]. | 2844 | by typing \\[move-beginning-of-line] \\[kill-line]. |
| 2845 | 2845 | ||
| 2846 | If you want to append the killed line to the last killed text, | 2846 | If you want to append the killed line to the last killed text, |
| 2847 | use \\[append-next-kill] before \\[kill-line]. | 2847 | use \\[append-next-kill] before \\[kill-line]. |