comparison lisp/help.el @ 23796:cfe23974522e

(temp-buffer-resize-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 02 Dec 1998 18:16:13 +0000
parents 2bb8777a3ba7
children 5475f2331d88
comparison
equal deleted inserted replaced
23795:a4dd6e536bc1 23796:cfe23974522e
1148 1148
1149 ;;; Automatic resizing of temporary buffers. 1149 ;;; Automatic resizing of temporary buffers.
1150 1150
1151 (defcustom temp-buffer-resize-mode nil 1151 (defcustom temp-buffer-resize-mode nil
1152 "Non-nil means resize windows displaying temporary buffers. 1152 "Non-nil means resize windows displaying temporary buffers.
1153 The window will be resized in order to fit its contents, subject to the 1153 This makes the window the right height for its contents, but never
1154 constraints that it will not be higher than `temp-buffer-max-height' 1154 more than `temp-buffer-max-height' nor less than `window-min-height'.
1155 nor smaller than `window-min-height'. 1155 This applies to `help', `apropos' and `completion' buffers, and some others.
1156 This applies to `help', `apropos' and `completion' buffers and possibly others.
1157 1156
1158 This variable must be modified via \\[customize] in order to have an effect." 1157 This variable must be modified via \\[customize] in order to have an effect."
1159 :get (lambda (symbol) 1158 :get (lambda (symbol)
1160 (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t)) 1159 (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t))
1161 :set (lambda (symbol value) 1160 :set (lambda (symbol value)