1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-06-17 02:18:00 +00:00
parent 9bd73871a9
commit 98c245d0d2

View File

@ -24137,7 +24137,7 @@ unselects the minibuffer if it is active. */);
This dynamically changes the tool-bar's height to the minimum height
that is needed to make all tool-bar items visible.
If value is `grow-only', the tool-bar's height is only increased
automatically; to decreace the tool-bar height, use \\[recenter]. */);
automatically; to decrease the tool-bar height, use \\[recenter]. */);
Vauto_resize_tool_bars = Qt;
DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p,