diff options
author | Dave Love <fx@gnu.org> | 1999-04-27 18:56:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-04-27 18:56:30 +0000 |
commit | e4aece0e7a83481a289aa29d1863c6318a4c2402 (patch) | |
tree | 89b9d19d9208f539c1bb1200d15775d6f91f4acf /lisp/help.el | |
parent | a775a63e073631a2b99e897af6f56c394eb9e18d (diff) | |
download | emacs-e4aece0e7a83481a289aa29d1863c6318a4c2402.tar.gz |
(temp-buffer-resize-mode): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 4 |
1 files 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) |