]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Sep 2001 05:13:27 +0000 (05:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Sep 2001 05:13:27 +0000 (05:13 +0000)
src/frame.c

index 3e84a3d81cf210254b2b1daa4f85d6447bd6c0b0..c902d1a497b3390d822916c234d962e2d9b9c12b 100644 (file)
@@ -1318,8 +1318,9 @@ upper-left corner.\n\
 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;