aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-17 02:18:00 +0000
committerJuanma Barranquero2007-06-17 02:18:00 +0000
commit98c245d0d2f401d9cdc6de17507fa610297b0ce2 (patch)
treee59a161c0af35cb875dd7be155a86807c816c6ea /src
parent9bd73871a986d5d39f210250d0030a16ffb2ce8b (diff)
downloademacs-98c245d0d2f401d9cdc6de17507fa610297b0ce2.tar.gz
emacs-98c245d0d2f401d9cdc6de17507fa610297b0ce2.zip
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f2c6b1b6b12..fe08b7b0f5e 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,