Mercurial > emacs
changeset 7175:5fa65268508b
(Fx_popup_menu): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 18:55:14 +0000 |
parents | 0313f520a4d9 |
children | ec4ceae924cd |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\