changeset 24540:7c0185b54f2d

(temp-buffer-resize-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:28:47 +0000
parents fb98da96a257
children 46168d8a4a10
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Tue Mar 30 21:28:05 1999 +0000
+++ b/lisp/help.el	Tue Mar 30 21:28:47 1999 +0000
@@ -1198,7 +1198,8 @@
 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."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `temp-buffer-resize-mode'."
   :get (lambda (symbol)
          (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t))
   :set (lambda (symbol value)