diff options
| author | Richard M. Stallman | 2001-09-10 05:13:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-10 05:13:27 +0000 |
| commit | ae2aaa7e557833cf9b255030d7da04549c66e094 (patch) | |
| tree | 38db56695301acb00dff1075eee5e75ae074ec9c /src | |
| parent | 7e4cbc91bfa4c209f268f9b2f557a7bb1ae1df40 (diff) | |
| download | emacs-ae2aaa7e557833cf9b255030d7da04549c66e094.tar.gz emacs-ae2aaa7e557833cf9b255030d7da04549c66e094.zip | |
Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 3e84a3d81cf..c902d1a497b 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1318,8 +1318,9 @@ upper-left corner.\n\ | |||
| 1318 | If Emacs is running on a mouseless terminal or hasn't been programmed\n\ | 1318 | If Emacs is running on a mouseless terminal or hasn't been programmed\n\ |
| 1319 | to read the mouse position, it returns the selected frame for FRAME\n\ | 1319 | to read the mouse position, it returns the selected frame for FRAME\n\ |
| 1320 | and nil for X and Y.\n\ | 1320 | and nil for X and Y.\n\ |
| 1321 | Runs the abnormal hook `mouse-position-function' with the normal return\n\ | 1321 | If `mouse-position-function' is non-nil, `mouse-position' calls it,\n\ |
| 1322 | value as argument.") | 1322 | passing the normal return value to that function as an argument,\n\ |
| 1323 | and returns whatever that function returns.") | ||
| 1323 | () | 1324 | () |
| 1324 | { | 1325 | { |
| 1325 | FRAME_PTR f; | 1326 | FRAME_PTR f; |