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:
parent
24789c69cd
commit
87f37557a5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user