From: Richard M. Stallman Date: Mon, 21 Apr 2003 01:35:20 +0000 (+0000) Subject: (kill-line): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~10460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a534b89fc2f334d9e32b0009cd7922b546a3fed;p=emacs.git (kill-line): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index a5fead803d9..4726dffecd7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2145,7 +2145,9 @@ use \\[append-next-kill] before \\[kill-line]. If the buffer is read-only, Emacs will beep and refrain from deleting the line, but put the line in the kill ring anyway. This means that -you can use this command to copy text from a read-only buffer." +you can use this command to copy text from a read-only buffer. +\(If the variable `kill-read-only-ok' is non-nil, then this won't +even beep.)" (interactive "P") (kill-region (point) ;; It is better to move point to the other end of the kill