comparison src/xmenu.c @ 7175:5fa65268508b

(Fx_popup_menu): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 18:55:14 +0000
parents 6b894fba586b
children 2d3c771ff861
comparison
equal deleted inserted replaced
7174:0313f520a4d9 7175:5fa65268508b
637 637
638 DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, 638 DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0,
639 "Pop up a deck-of-cards menu and return user's selection.\n\ 639 "Pop up a deck-of-cards menu and return user's selection.\n\
640 POSITION is a position specification. This is either a mouse button event\n\ 640 POSITION is a position specification. This is either a mouse button event\n\
641 or a list ((XOFFSET YOFFSET) WINDOW)\n\ 641 or a list ((XOFFSET YOFFSET) WINDOW)\n\
642 where XOFFSET and YOFFSET are positions in characters from the top left\n\ 642 where XOFFSET and YOFFSET are positions in pixels from the top left\n\
643 corner of WINDOW's frame. (WINDOW may be a frame object instead of a window.)\n\ 643 corner of WINDOW's frame. (WINDOW may be a frame object instead of a window.)\n\
644 This controls the position of the center of the first line\n\ 644 This controls the position of the center of the first line\n\
645 in the first pane of the menu, not the top left of the menu as a whole.\n\ 645 in the first pane of the menu, not the top left of the menu as a whole.\n\
646 If POSITION is t, it means to use the current mouse position.\n\ 646 If POSITION is t, it means to use the current mouse position.\n\
647 \n\ 647 \n\