]> 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 01:48:59 +0000 (01:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jun 2007 01:48:59 +0000 (01:48 +0000)
src/ChangeLog
src/xdisp.c

index 4d2e7ccb3753c120bb5c45a55776509d5a3f816d..589f37217f54b06d78e392e2c76002fa35d489b3 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
+       Fix typo in docstring.
+
 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
 
        * w32menu.c (add_menu_item): Escape `&' characters in menu items
index e1c29ce72eb7f02ff27ef14658c7cb32ce418d4e..a0d5f370678776ec5b2b1b9f708fb72cb06b5594 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,