# HG changeset patch # User Richard M. Stallman # Date 1000098807 0 # Node ID bf440ac76861cfaa01ed8c55928079098c75698a # Parent 888795a94d9f1070d080e5017c21a32228c2f3f2 Doc fix. diff -r 888795a94d9f -r bf440ac76861 src/frame.c --- a/src/frame.c Mon Sep 10 05:13:03 2001 +0000 +++ b/src/frame.c Mon Sep 10 05:13:27 2001 +0000 @@ -1318,8 +1318,9 @@ If Emacs is running on a mouseless terminal or hasn't been programmed\n\ to read the mouse position, it returns the selected frame for FRAME\n\ and nil for X and Y.\n\ -Runs the abnormal hook `mouse-position-function' with the normal return\n\ -value as argument.") +If `mouse-position-function' is non-nil, `mouse-position' calls it,\n\ +passing the normal return value to that function as an argument,\n\ +and returns whatever that function returns.") () { FRAME_PTR f;