# HG changeset patch # User Dave Love # Date 925239390 0 # Node ID 27387f2d010cac0e0e28d86766453da77591f75b # Parent 93b7e7e88a807de5f3bb8e48988764bff36a82a9 (temp-buffer-resize-mode): Doc fix. diff -r 93b7e7e88a80 -r 27387f2d010c lisp/help.el --- a/lisp/help.el Tue Apr 27 18:55:02 1999 +0000 +++ b/lisp/help.el Tue Apr 27 18:56:30 1999 +0000 @@ -1200,8 +1200,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 should be set only with \\[customize], which is equivalent -to using the function `temp-buffer-resize-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `temp-buffer-resize-mode'." :get (lambda (symbol) (and (memq 'resize-temp-buffer-window temp-buffer-show-hook) t)) :set (lambda (symbol value)