# HG changeset patch # User Richard M. Stallman # Date 767559314 0 # Node ID 5fa65268508b7f8b2bb4de177586f83ed75aebcd # Parent 0313f520a4d958688b41640c04fb3944f6604a0e (Fx_popup_menu): Doc fix. diff -r 0313f520a4d9 -r 5fa65268508b src/xmenu.c --- a/src/xmenu.c Thu Apr 28 18:52:49 1994 +0000 +++ b/src/xmenu.c Thu Apr 28 18:55:14 1994 +0000 @@ -639,7 +639,7 @@ "Pop up a deck-of-cards menu and return user's selection.\n\ POSITION is a position specification. This is either a mouse button event\n\ or a list ((XOFFSET YOFFSET) WINDOW)\n\ -where XOFFSET and YOFFSET are positions in characters from the top left\n\ +where XOFFSET and YOFFSET are positions in pixels from the top left\n\ corner of WINDOW's frame. (WINDOW may be a frame object instead of a window.)\n\ This controls the position of the center of the first line\n\ in the first pane of the menu, not the top left of the menu as a whole.\n\