aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-01-30 16:15:00 +0200
committerEli Zaretskii2021-01-30 16:15:00 +0200
commitca44ea18ef2738b4f2e8c72058a12dc82ba13c65 (patch)
treea3cacc70170e46556b0b1be8d0c4c0cfc3bae980
parent9e45c29224c8e8837cfb2ba7706af8ceffdc93bd (diff)
downloademacs-ca44ea18ef2738b4f2e8c72058a12dc82ba13c65.tar.gz
emacs-ca44ea18ef2738b4f2e8c72058a12dc82ba13c65.zip
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)
-rw-r--r--src/xdisp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index cac3195170c..77c9af747c3 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -34742,7 +34742,8 @@ of your window manager. */);
34742This dynamically changes the tab-bar's height to the minimum height 34742This dynamically changes the tab-bar's height to the minimum height
34743that is needed to make all tab-bar items visible. 34743that is needed to make all tab-bar items visible.
34744If value is `grow-only', the tab-bar's height is only increased 34744If value is `grow-only', the tab-bar's height is only increased
34745automatically; to decrease the tab-bar height, use \\[recenter]. */); 34745automatically; to decrease the tab-bar height, use \\[recenter],
34746after setting `recenter-redisplay' to the value of t. */);
34746 Vauto_resize_tab_bars = Qt; 34747 Vauto_resize_tab_bars = Qt;
34747 34748
34748 DEFVAR_BOOL ("auto-raise-tab-bar-buttons", auto_raise_tab_bar_buttons_p, 34749 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]. */);
34754This dynamically changes the tool-bar's height to the minimum height 34755This dynamically changes the tool-bar's height to the minimum height
34755that is needed to make all tool-bar items visible. 34756that is needed to make all tool-bar items visible.
34756If value is `grow-only', the tool-bar's height is only increased 34757If value is `grow-only', the tool-bar's height is only increased
34757automatically; to decrease the tool-bar height, use \\[recenter]. */); 34758automatically; to decrease the tool-bar height, use \\[recenter],
34759after setting `recenter-redisplay' to the value of t. */);
34758 Vauto_resize_tool_bars = Qt; 34760 Vauto_resize_tool_bars = Qt;
34759 34761
34760 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", auto_raise_tool_bar_buttons_p, 34762 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", auto_raise_tool_bar_buttons_p,