From e4aece0e7a83481a289aa29d1863c6318a4c2402 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 27 Apr 1999 18:56:30 +0000 Subject: [PATCH] (temp-buffer-resize-mode): Doc fix. --- lisp/help.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/help.el b/lisp/help.el index 5214d6fda94..cf7a62a3437 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1200,8 +1200,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 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) -- 2.39.2