changeset 39220:0e11cabc9dfb

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Sep 2001 05:18:29 +0000
parents bf440ac76861
children 68b26e98aef6
files src/frame.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Mon Sep 10 05:13:27 2001 +0000
+++ b/src/frame.c	Mon Sep 10 05:18:29 2001 +0000
@@ -2490,8 +2490,10 @@
   Vemacs_iconified = Qnil;
 
   DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,
-    "If non-nil, function applied to the normal result of `mouse-position'.\n\
-This abnormal hook exists for the benefit of packages like XTerm-mouse\n\
+    "If non-nil, function to transform normal value of `mouse-position'.\n\
+`mouse-position' calls this function, passing its usual return value as\n\
+argument, and returns whatever this function returns.\n\
+This abnormal hook exists for the benefit of packages like `xt-mouse.el'\n\
 which need to do mouse handling at the Lisp level.");
   Vmouse_position_function = Qnil;