# HG changeset patch # User Karl Heuer <kwzh@gnu.org> # Date 922829327 0 # Node ID 7c0185b54f2df4dc52a1e8c987beeaef11947fea # Parent fb98da96a257fa9316cd98df60ccff791425b28b (temp-buffer-resize-mode): Doc fix. diff -r fb98da96a257 -r 7c0185b54f2d lisp/help.el --- 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)