changeset 39219:bf440ac76861

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Sep 2001 05:13:27 +0000
parents 888795a94d9f
children 0e11cabc9dfb
files src/frame.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;