1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(temp-buffer-resize-mode): Doc fix.

This commit is contained in:
Karl Heuer 1999-03-30 21:28:47 +00:00
parent 24789c69cd
commit 87f37557a5

View File

@ -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)