diff options
| author | Juanma Barranquero | 2007-06-17 02:18:00 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-17 02:18:00 +0000 |
| commit | 98c245d0d2f401d9cdc6de17507fa610297b0ce2 (patch) | |
| tree | e59a161c0af35cb875dd7be155a86807c816c6ea | |
| parent | 9bd73871a986d5d39f210250d0030a16ffb2ce8b (diff) | |
| download | emacs-98c245d0d2f401d9cdc6de17507fa610297b0ce2.tar.gz emacs-98c245d0d2f401d9cdc6de17507fa610297b0ce2.zip | |
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
| -rw-r--r-- | src/xdisp.c | 2 |
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. */); | |||
| 24137 | This dynamically changes the tool-bar's height to the minimum height | 24137 | This dynamically changes the tool-bar's height to the minimum height |
| 24138 | that is needed to make all tool-bar items visible. | 24138 | that is needed to make all tool-bar items visible. |
| 24139 | If value is `grow-only', the tool-bar's height is only increased | 24139 | If value is `grow-only', the tool-bar's height is only increased |
| 24140 | automatically; to decreace the tool-bar height, use \\[recenter]. */); | 24140 | automatically; 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, |