comparison src/frame.c @ 39219:bf440ac76861

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Sep 2001 05:13:27 +0000
parents 1b91be709189
children 0e11cabc9dfb
comparison
equal deleted inserted replaced
39218:888795a94d9f 39219:bf440ac76861
1316 The position is given in character cells, where (0, 0) is the\n\ 1316 The position is given in character cells, where (0, 0) is the\n\
1317 upper-left corner.\n\ 1317 upper-left corner.\n\
1318 If Emacs is running on a mouseless terminal or hasn't been programmed\n\ 1318 If Emacs is running on a mouseless terminal or hasn't been programmed\n\
1319 to read the mouse position, it returns the selected frame for FRAME\n\ 1319 to read the mouse position, it returns the selected frame for FRAME\n\
1320 and nil for X and Y.\n\ 1320 and nil for X and Y.\n\
1321 Runs the abnormal hook `mouse-position-function' with the normal return\n\ 1321 If `mouse-position-function' is non-nil, `mouse-position' calls it,\n\
1322 value as argument.") 1322 passing the normal return value to that function as an argument,\n\
1323 and returns whatever that function returns.")
1323 () 1324 ()
1324 { 1325 {
1325 FRAME_PTR f; 1326 FRAME_PTR f;
1326 Lisp_Object lispy_dummy; 1327 Lisp_Object lispy_dummy;
1327 enum scroll_bar_part party_dummy; 1328 enum scroll_bar_part party_dummy;