diff options
| author | Richard M. Stallman | 2001-09-10 05:18:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-10 05:18:29 +0000 |
| commit | ac7ed6424ca09e406251602fb77a02776cab0175 (patch) | |
| tree | 71de57e0cddefa20577060a83424132a8cb627a4 /src | |
| parent | ae2aaa7e557833cf9b255030d7da04549c66e094 (diff) | |
| download | emacs-ac7ed6424ca09e406251602fb77a02776cab0175.tar.gz emacs-ac7ed6424ca09e406251602fb77a02776cab0175.zip | |
Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index c902d1a497b..4b5cb8ff0bd 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2490,8 +2490,10 @@ The `menu-bar-lines' element of the list controls whether new frames\n\ | |||
| 2490 | Vemacs_iconified = Qnil; | 2490 | Vemacs_iconified = Qnil; |
| 2491 | 2491 | ||
| 2492 | DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, | 2492 | DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, |
| 2493 | "If non-nil, function applied to the normal result of `mouse-position'.\n\ | 2493 | "If non-nil, function to transform normal value of `mouse-position'.\n\ |
| 2494 | This abnormal hook exists for the benefit of packages like XTerm-mouse\n\ | 2494 | `mouse-position' calls this function, passing its usual return value as\n\ |
| 2495 | argument, and returns whatever this function returns.\n\ | ||
| 2496 | This abnormal hook exists for the benefit of packages like `xt-mouse.el'\n\ | ||
| 2495 | which need to do mouse handling at the Lisp level."); | 2497 | which need to do mouse handling at the Lisp level."); |
| 2496 | Vmouse_position_function = Qnil; | 2498 | Vmouse_position_function = Qnil; |
| 2497 | 2499 | ||