1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(comint-redirect-subvert-readonly): Doc fix.

This commit is contained in:
Richard M. Stallman 2005-10-02 03:34:29 +00:00
parent ae0cc840ad
commit 5a5ee8142b

View 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.")