summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-04-27 18:56:30 +0000
committerDave Love <fx@gnu.org>1999-04-27 18:56:30 +0000
commite4aece0e7a83481a289aa29d1863c6318a4c2402 (patch)
tree89b9d19d9208f539c1bb1200d15775d6f91f4acf /lisp/help.el
parenta775a63e073631a2b99e897af6f56c394eb9e18d (diff)
downloademacs-e4aece0e7a83481a289aa29d1863c6318a4c2402.tar.gz
(temp-buffer-resize-mode): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el4
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)