;;; -*-Scheme-*-
;;;
-;;; $Id: hlpcom.scm,v 1.115 2000/03/22 16:16:18 cph Exp $
+;;; $Id: hlpcom.scm,v 1.116 2000/06/05 19:22:36 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
;;;
(buffer-not-modified! buffer)))))))
\f
(define (with-output-to-help-display thunk)
- (with-output-to-temporary-buffer "*Help*" '() thunk))
+ (with-output-to-temporary-buffer "*Help*" '(READ-ONLY) thunk))
(define (write-description description)
(write-string (substitute-command-keys description)))