summaryrefslogtreecommitdiff
path: root/src/w32menu.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2001-11-18 22:01:13 +0000
committerJason Rumney <jasonr@gnu.org>2001-11-18 22:01:13 +0000
commit2cd2396094533266292ab827c9160f8b0e980c88 (patch)
tree735091bffdc8c0d4f39e57815309deee421af364 /src/w32menu.c
parenta05e2bae0da8cc92a36af09b4035c0b898445709 (diff)
downloademacs-2cd2396094533266292ab827c9160f8b0e980c88.tar.gz
(w32_menu_show, push_menu_pane): Doc fixes.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 46252f17a56..101f4b33a6f 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -333,7 +333,7 @@ push_left_right_boundary ()
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 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error)
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);