# HG changeset patch # User Juanma Barranquero # Date 1182044746 0 # Node ID 7058623de18e0781bb4dfe1c4f16b8ddbbbfedca # Parent 81aba9478fbc11971c14284eaf8c9f513a7ae260 (syms_of_xdisp) : Fix typo in docstring. diff -r 81aba9478fbc -r 7058623de18e src/xdisp.c --- a/src/xdisp.c Sat Jun 16 22:29:38 2007 +0000 +++ b/src/xdisp.c Sun Jun 17 01:45:46 2007 +0000 @@ -24137,7 +24137,7 @@ 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,