changeset 81454:7058623de18e

(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 17 Jun 2007 01:45:46 +0000
parents 81aba9478fbc
children c08813c7fc1c
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,