diff options
| author | Juanma Barranquero | 2009-03-02 08:55:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-03-02 08:55:47 +0000 |
| commit | a8ce3d17d885d00219bd43652c5e6cea4bd405b0 (patch) | |
| tree | 2d427fef17fcf77b7385a472389870c29b10be0c /src | |
| parent | 37aca7a833cbca7a73d90e45701832fb58511eff (diff) | |
| download | emacs-a8ce3d17d885d00219bd43652c5e6cea4bd405b0.tar.gz emacs-a8ce3d17d885d00219bd43652c5e6cea4bd405b0.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index ee59de91e39..39781cfd56f 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -2588,7 +2588,7 @@ xg_update_menubar (menubar, f, list, iter, pos, val, | |||
| 2588 | /* Update the menu item W so it corresponds to VAL. | 2588 | /* Update the menu item W so it corresponds to VAL. |
| 2589 | SELECT_CB is the callback to use when a menu item is selected. | 2589 | SELECT_CB is the callback to use when a menu item is selected. |
| 2590 | HIGHLIGHT_CB is the callback to call when entering/leaving menu items. | 2590 | HIGHLIGHT_CB is the callback to call when entering/leaving menu items. |
| 2591 | CL_DATA is the data to set in the widget for menu invokation. */ | 2591 | CL_DATA is the data to set in the widget for menu invocation. */ |
| 2592 | 2592 | ||
| 2593 | static void | 2593 | static void |
| 2594 | xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data) | 2594 | xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data) |