# HG changeset patch # User Pavel Jank # Date 1005635429 0 # Node ID 63f97168400b43dbe826f99108bd534ad9c739da # Parent 15aec38184e12e6669dc1abb495fecd1860af21b (x-popup-menu): Reindent. (x-popup-dialog): Likewise. diff -r 15aec38184e1 -r 63f97168400b src/xmenu.c --- a/src/xmenu.c Tue Nov 13 07:09:22 2001 +0000 +++ b/src/xmenu.c Tue Nov 13 07:10:29 2001 +0000 @@ -655,7 +655,7 @@ } DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, - doc: /* Pop up a deck-of-cards menu and return user's selection. + doc: /* Pop up a deck-of-cards menu and return user's selection. POSITION is a position specification. This is either a mouse button event or a list ((XOFFSET YOFFSET) WINDOW) where XOFFSET and YOFFSET are positions in pixels from the top left @@ -880,7 +880,7 @@ #ifdef HAVE_MENUS DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0, - doc: /* Pop up a dialog box and return user's selection. + doc: /* Pop up a dialog box and return user's selection. POSITION specifies which frame to use. This is normally a mouse button event or a window or frame. If POSITION is t, it means to use the frame the mouse is on.