diff options
| author | Eli Zaretskii | 2021-01-30 16:15:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-01-30 16:15:00 +0200 |
| commit | ca44ea18ef2738b4f2e8c72058a12dc82ba13c65 (patch) | |
| tree | a3cacc70170e46556b0b1be8d0c4c0cfc3bae980 | |
| parent | 9e45c29224c8e8837cfb2ba7706af8ceffdc93bd (diff) | |
| download | emacs-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.c | 6 |
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. */); | |||
| 34742 | This dynamically changes the tab-bar's height to the minimum height | 34742 | This dynamically changes the tab-bar's height to the minimum height |
| 34743 | that is needed to make all tab-bar items visible. | 34743 | that is needed to make all tab-bar items visible. |
| 34744 | If value is `grow-only', the tab-bar's height is only increased | 34744 | If value is `grow-only', the tab-bar's height is only increased |
| 34745 | automatically; to decrease the tab-bar height, use \\[recenter]. */); | 34745 | automatically; to decrease the tab-bar height, use \\[recenter], |
| 34746 | after 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]. */); | |||
| 34754 | This dynamically changes the tool-bar's height to the minimum height | 34755 | This dynamically changes the tool-bar's height to the minimum height |
| 34755 | that is needed to make all tool-bar items visible. | 34756 | that is needed to make all tool-bar items visible. |
| 34756 | If value is `grow-only', the tool-bar's height is only increased | 34757 | If value is `grow-only', the tool-bar's height is only increased |
| 34757 | automatically; to decrease the tool-bar height, use \\[recenter]. */); | 34758 | automatically; to decrease the tool-bar height, use \\[recenter], |
| 34759 | after 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, |