From 1a534b89fc2f334d9e32b0009cd7922b546a3fed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Apr 2003 01:35:20 +0000 Subject: [PATCH] (kill-line): Doc fix. --- lisp/simple.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2