diff options
| author | Richard M. Stallman | 1994-03-19 05:34:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-19 05:34:45 +0000 |
| commit | 540e52d1a9f441effae515100e1476b6bc4f2b11 (patch) | |
| tree | e849f6146fdb86fce081062b864bbbded3aefbf0 | |
| parent | 780e2f180337a4b11c789a95cf309046a758e091 (diff) | |
| download | emacs-540e52d1a9f441effae515100e1476b6bc4f2b11.tar.gz emacs-540e52d1a9f441effae515100e1476b6bc4f2b11.zip | |
(Fx_popup_dialog, Fx_popup_menu): Require 2 args.
| -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 0b6917664b4..c3de3ec9446 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -619,7 +619,7 @@ list_of_items (pane) | |||
| 619 | } | 619 | } |
| 620 | } | 620 | } |
| 621 | 621 | ||
| 622 | DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 1, 2, 0, | 622 | DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, |
| 623 | "Pop up a deck-of-cards menu and return user's selection.\n\ | 623 | "Pop up a deck-of-cards menu and return user's selection.\n\ |
| 624 | POSITION is a position specification. This is either a mouse button event\n\ | 624 | POSITION is a position specification. This is either a mouse button event\n\ |
| 625 | or a list ((XOFFSET YOFFSET) WINDOW)\n\ | 625 | or a list ((XOFFSET YOFFSET) WINDOW)\n\ |
| @@ -834,7 +834,7 @@ cached information about equivalent key sequences.") | |||
| 834 | return selection; | 834 | return selection; |
| 835 | } | 835 | } |
| 836 | 836 | ||
| 837 | DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 1, 2, 0, | 837 | DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0, |
| 838 | "Pop up a dialog box and return user's selection.\n\ | 838 | "Pop up a dialog box and return user's selection.\n\ |
| 839 | POSITION is a position specification. This is either a mouse button event\n\ | 839 | POSITION is a position specification. This is either a mouse button event\n\ |
| 840 | or a list ((XOFFSET YOFFSET) WINDOW)\n\ | 840 | or a list ((XOFFSET YOFFSET) WINDOW)\n\ |