diff 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
line wrap: on
line diff
--- a/lisp/help.el	Wed Dec 02 18:15:26 1998 +0000
+++ b/lisp/help.el	Wed Dec 02 18:16:13 1998 +0000
@@ -1150,10 +1150,9 @@
 
 (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)