diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/xmenu.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index e6cd2251582..63188cb4c5c 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -673,7 +673,7 @@ single_keymap_panes (keymap, pane_name, prefix, notreal) } } -/* Push all the panes and items of a menu decsribed by the +/* Push all the panes and items of a menu described by the alist-of-alists MENU. This handles old-fashioned calls to x-popup-menu. */ @@ -1766,7 +1766,7 @@ set_frame_menubar (f, first_time, deep_p) UNBLOCK_INPUT; } -/* Called from Fx_create_frame to create the inital menubar of a frame +/* Called from Fx_create_frame to create the initial menubar of a frame before it is mapped, so that the window is mapped with the menubar already there instead of us tacking it on later and thrashing the window after it is visible. */ |