aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-17 01:48:59 +0000
committerJuanma Barranquero2007-06-17 01:48:59 +0000
commita1a578a5cf7acd772bb72f6ecb1ad78f242b2609 (patch)
tree6fe16b9129b64ad332f369cf9114c591c5ed49df /src
parent1562d1e9a73e608dbfe76bbedbeb2350d39e224f (diff)
downloademacs-a1a578a5cf7acd772bb72f6ecb1ad78f242b2609.tar.gz
emacs-a1a578a5cf7acd772bb72f6ecb1ad78f242b2609.zip
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xdisp.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d2e7ccb375..589f37217f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-06-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
4 Fix typo in docstring.
5
12007-06-16 Eli Zaretskii <eliz@gnu.org> 62007-06-16 Eli Zaretskii <eliz@gnu.org>
2 7
3 * w32menu.c (add_menu_item): Escape `&' characters in menu items 8 * 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. */);
24137This dynamically changes the tool-bar's height to the minimum height 24137This dynamically changes the tool-bar's height to the minimum height
24138that is needed to make all tool-bar items visible. 24138that is needed to make all tool-bar items visible.
24139If value is `grow-only', the tool-bar's height is only increased 24139If value is `grow-only', the tool-bar's height is only increased
24140automatically; to decreace the tool-bar height, use \\[recenter]. */); 24140automatically; to decrease the tool-bar height, use \\[recenter]. */);
24141 Vauto_resize_tool_bars = Qt; 24141 Vauto_resize_tool_bars = Qt;
24142 24142
24143 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p, 24143 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p,