diff options
| author | Juanma Barranquero | 2007-06-17 01:48:59 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-17 01:48:59 +0000 |
| commit | a1a578a5cf7acd772bb72f6ecb1ad78f242b2609 (patch) | |
| tree | 6fe16b9129b64ad332f369cf9114c591c5ed49df /src | |
| parent | 1562d1e9a73e608dbfe76bbedbeb2350d39e224f (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
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 @@ | |||
| 1 | 2007-06-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>: | ||
| 4 | Fix typo in docstring. | ||
| 5 | |||
| 1 | 2007-06-16 Eli Zaretskii <eliz@gnu.org> | 6 | 2007-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. */); | |||
| 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, |