comparison lisp/simple.el @ 75995:f4e68d81c310

(kill-line): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2007 23:06:12 +0000
parents e4e80762e207
children d84c0ae58cc7 07774e5c3ff5 dd7c098af727
comparison
equal deleted inserted replaced
75994:1879f509b310 75995:f4e68d81c310
2834 2834
2835 When calling from a program, nil means \"no arg\", 2835 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].
2848 2848
2849 If the buffer is read-only, Emacs will beep and refrain from deleting 2849 If the buffer is read-only, Emacs will beep and refrain from deleting