mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(temp-buffer-resize-mode): Doc fix.
This commit is contained in:
parent
a775a63e07
commit
e4aece0e7a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue