From: Karl Heuer Date: Tue, 30 Mar 1999 21:28:47 +0000 (+0000) Subject: (temp-buffer-resize-mode): Doc fix. X-Git-Tag: emacs-20.4~409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87f37557a5deb12646372402d005c9a60ed57e42;p=emacs.git (temp-buffer-resize-mode): Doc fix. --- diff --git a/lisp/help.el b/lisp/help.el index 0b23154e90c..df28f62d102 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1198,7 +1198,8 @@ 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." +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)