mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
Improve documentation of auto-resize-tool/tab-bars
* src/xdisp.c (syms_of_xdisp) <auto-resize-tool-bars> <auto-resize-tab-bars>: Doc fix. (Bug#46178)
This commit is contained in:
parent
9e45c29224
commit
ca44ea18ef
1 changed files with 4 additions and 2 deletions
|
|
@ -34742,7 +34742,8 @@ of your window manager. */);
|
||||||
This dynamically changes the tab-bar's height to the minimum height
|
This dynamically changes the tab-bar's height to the minimum height
|
||||||
that is needed to make all tab-bar items visible.
|
that is needed to make all tab-bar items visible.
|
||||||
If value is `grow-only', the tab-bar's height is only increased
|
If value is `grow-only', the tab-bar's height is only increased
|
||||||
automatically; to decrease the tab-bar height, use \\[recenter]. */);
|
automatically; to decrease the tab-bar height, use \\[recenter],
|
||||||
|
after setting `recenter-redisplay' to the value of t. */);
|
||||||
Vauto_resize_tab_bars = Qt;
|
Vauto_resize_tab_bars = Qt;
|
||||||
|
|
||||||
DEFVAR_BOOL ("auto-raise-tab-bar-buttons", auto_raise_tab_bar_buttons_p,
|
DEFVAR_BOOL ("auto-raise-tab-bar-buttons", auto_raise_tab_bar_buttons_p,
|
||||||
|
|
@ -34754,7 +34755,8 @@ automatically; to decrease the tab-bar height, use \\[recenter]. */);
|
||||||
This dynamically changes the tool-bar's height to the minimum height
|
This dynamically changes the tool-bar's height to the minimum height
|
||||||
that is needed to make all tool-bar items visible.
|
that is needed to make all tool-bar items visible.
|
||||||
If value is `grow-only', the tool-bar's height is only increased
|
If value is `grow-only', the tool-bar's height is only increased
|
||||||
automatically; to decrease the tool-bar height, use \\[recenter]. */);
|
automatically; to decrease the tool-bar height, use \\[recenter],
|
||||||
|
after setting `recenter-redisplay' to the value of t. */);
|
||||||
Vauto_resize_tool_bars = Qt;
|
Vauto_resize_tool_bars = Qt;
|
||||||
|
|
||||||
DEFVAR_BOOL ("auto-raise-tool-bar-buttons", auto_raise_tool_bar_buttons_p,
|
DEFVAR_BOOL ("auto-raise-tool-bar-buttons", auto_raise_tool_bar_buttons_p,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue