]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jun 2007 02:18:00 +0000 (02:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jun 2007 02:18:00 +0000 (02:18 +0000)
src/xdisp.c

index f2c6b1b6b129ce65f392099d8ad34d1ddcf40085..fe08b7b0f5eaf3d6c2d10e087f477a470b2a4eeb 100644 (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,