Mercurial > emacs
diff src/w32menu.c @ 41251:e6612d08452f
(w32_menu_show, push_menu_pane): Doc fixes.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Sun, 18 Nov 2001 21:58:26 +0000 |
| parents | ef7a153a2c68 |
| children | d797ce338b4b |
line wrap: on
line diff
--- a/src/w32menu.c Sun Nov 18 21:57:18 2001 +0000 +++ b/src/w32menu.c Sun Nov 18 21:58:26 2001 +0000 @@ -333,7 +333,7 @@ XVECTOR (menu_items)->contents[menu_items_used++] = Qquote; } -/* Start a new menu pane in menu_items.. +/* Start a new menu pane in menu_items. NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */ static void @@ -1703,7 +1703,7 @@ wv->key = (char *) XSTRING (descrip)->data; wv->value = 0; /* Use the contents index as call_data, since we are - restricted to 16-bits.. */ + restricted to 16-bits. */ wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0; wv->enabled = !NILP (enable);
