diff options
| -rw-r--r-- | lisp/comint.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index c92d0a10ad3..2ae5e049023 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -3109,8 +3109,8 @@ When redirection is completed, the process filter is restored to | |||
| 3109 | this value.") | 3109 | this value.") |
| 3110 | 3110 | ||
| 3111 | (defvar comint-redirect-subvert-readonly nil | 3111 | (defvar comint-redirect-subvert-readonly nil |
| 3112 | "Non-nil means comint-redirect can insert into otherwise-readonly buffers. | 3112 | "Non-nil means `comint-redirect' can insert into read-only buffers. |
| 3113 | The readonly status is toggled around insertion. | 3113 | This works by binding `inhibit-read-only' around the insertion. |
| 3114 | This is useful, for instance, for insertion into Help mode buffers. | 3114 | This is useful, for instance, for insertion into Help mode buffers. |
| 3115 | You probably want to set it locally to the output buffer.") | 3115 | You probably want to set it locally to the output buffer.") |
| 3116 | 3116 | ||