From 98c245d0d2f401d9cdc6de17507fa610297b0ce2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 17 Jun 2007 02:18:00 +0000 Subject: [PATCH] (syms_of_xdisp) : Fix typo in docstring. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index f2c6b1b6b12..fe08b7b0f5e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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, -- 2.39.2