]> git.eshelyaron.com Git - emacs.git/commitdiff
(Killing): Document kill-read-only-ok.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2000 06:07:36 +0000 (06:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2000 06:07:36 +0000 (06:07 +0000)
man/killing.texi

index 6dc62311ebc4057c6fc9fb5d25486dae5b44a8f7..c003b7aa678750f33cd2ae2e084d32e23b47b304 100644 (file)
@@ -35,6 +35,13 @@ text in the buffer.)  If you do a kill or delete command by mistake, you
 can use the @kbd{C-x u} (@code{undo}) command to undo it
 (@pxref{Undo}).
 
+@vindex kill-read-only-ok
+@cindex read-only text, killing
+  By default, Emacs does not allow to kill text in read-only buffers.
+Setting the variable @code{kill-read-only-ok} to a non-@code{nil} value
+overrides that.  To alert you to the fact that you killed read-only
+text, Emacs prints a message to that effect in the echo area.
+
   The delete commands include @kbd{C-d} (@code{delete-char}) and
 @key{DEL} (@code{delete-backward-char}), which delete only one character at
 a time, and those commands that delete only spaces or newlines.  Commands