]> code.delx.au - gnu-emacs/commitdiff
(comint-redirect-subvert-readonly): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Oct 2005 03:34:29 +0000 (03:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Oct 2005 03:34:29 +0000 (03:34 +0000)
lisp/comint.el

index c92d0a10ad36d15fe2f1c0ad841a2594882a0f32..2ae5e049023e2272572b6ac3d5a4886db606608c 100644 (file)
@@ -3109,8 +3109,8 @@ When redirection is completed, the process filter is restored to
 this value.")
 
 (defvar comint-redirect-subvert-readonly nil
-  "Non-nil means comint-redirect can insert into otherwise-readonly buffers.
-The readonly status is toggled around insertion.
+  "Non-nil means `comint-redirect' can insert into read-only buffers.
+This works by binding `inhibit-read-only' around the insertion.
 This is useful, for instance, for insertion into Help mode buffers.
 You probably want to set it locally to the output buffer.")