diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:28:47 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:28:47 +0000 |
commit | 87f37557a5deb12646372402d005c9a60ed57e42 (patch) | |
tree | 79cd09e601fd2ce8d4b51389c5c1bb208ee692bb /lisp/help.el | |
parent | 24789c69cd1ca486ff4d24b927950629b37511d8 (diff) | |
download | emacs-87f37557a5deb12646372402d005c9a60ed57e42.tar.gz |
(temp-buffer-resize-mode): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |