Mercurial > emacs
changeset 50652:b108545d1f24
(kill-line): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Apr 2003 01:35:20 +0000 |
parents | 7b04c2825a38 |
children | 6f6abeeda7ed |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Apr 20 22:03:00 2003 +0000 +++ b/lisp/simple.el Mon Apr 21 01:35:20 2003 +0000 @@ -2145,7 +2145,9 @@ 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