diff options
| author | Richard M. Stallman | 1994-04-28 18:55:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 18:55:14 +0000 |
| commit | 748a0e1f83055010e458ca6055e74a4bd7e0d0ea (patch) | |
| tree | 5db8c8b3ae89adf1a1519c5a12f199009531d23c /src | |
| parent | fb9b5ab767668ac4d0c9a45f45b51cd96bd49cc9 (diff) | |
| download | emacs-748a0e1f83055010e458ca6055e74a4bd7e0d0ea.tar.gz emacs-748a0e1f83055010e458ca6055e74a4bd7e0d0ea.zip | |
(Fx_popup_menu): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 40aadbcc06c..eb56e43c9ef 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -639,7 +639,7 @@ 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\ |