changeset 65784:06a7b3628c63

(comint-redirect-subvert-readonly): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Oct 2005 03:34:29 +0000
parents a2cbf1cc9c6d
children a7f09d5b1ed0
files lisp/comint.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Sun Oct 02 03:33:18 2005 +0000
+++ b/lisp/comint.el	Sun Oct 02 03:34:29 2005 +0000
@@ -3109,8 +3109,8 @@
 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.")