From a1a578a5cf7acd772bb72f6ecb1ad78f242b2609 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 17 Jun 2007 01:48:59 +0000 Subject: [PATCH] (syms_of_xdisp) : Fix typo in docstring. --- src/ChangeLog | 5 +++++ src/xdisp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4d2e7ccb375..589f37217f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-06-16 Juanma Barranquero + + * xdisp.c (syms_of_xdisp) : + Fix typo in docstring. + 2007-06-16 Eli Zaretskii * w32menu.c (add_menu_item): Escape `&' characters in menu items diff --git a/src/xdisp.c b/src/xdisp.c index e1c29ce72eb..a0d5f370678 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