# HG changeset patch # User Jason Rumney # Date 1006120706 0 # Node ID e6612d08452fcb6735ea63ae749d2fc0f25a7a34 # Parent 4423b32c875c72b77533d800568a1f1907ce096b (w32_menu_show, push_menu_pane): Doc fixes. diff -r 4423b32c875c -r e6612d08452f src/w32menu.c --- 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);