From: Karl Heuer Date: Wed, 2 Dec 1998 18:16:13 +0000 (+0000) Subject: (temp-buffer-resize-mode): Doc fix. X-Git-Tag: emacs-20.4~1153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae29cb0cf3bee73f581787bed71069171b09e774;p=emacs.git (temp-buffer-resize-mode): Doc fix. --- diff --git a/lisp/help.el b/lisp/help.el index 31ed2251ec9..2f4135b7133 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1150,10 +1150,9 @@ For the cross-reference format, see `help-make-xrefs'." (defcustom temp-buffer-resize-mode nil "Non-nil means resize windows displaying temporary buffers. -The window will be resized in order to fit its contents, subject to the -constraints that it will not be higher than `temp-buffer-max-height' -nor smaller than `window-min-height'. -This applies to `help', `apropos' and `completion' buffers and possibly others. +This makes the window the right height for its contents, but never +more than `temp-buffer-max-height' nor less than `window-min-height'. +This applies to `help', `apropos' and `completion' buffers, and some others. This variable must be modified via \\[customize] in order to have an effect." :get (lambda (symbol)