diff options
| author | Brian Fox | 1993-09-28 09:54:36 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-09-28 09:54:36 +0000 |
| commit | a375dcc02840c2dfe36ddbf864c75a8ab5b4ef22 (patch) | |
| tree | 886114bd69674ad285a1166b3cbc32f047ebda3f | |
| parent | 4d780c768d4ff72aed2d2af1f6ea0f26f25c581b (diff) | |
| download | emacs-a375dcc02840c2dfe36ddbf864c75a8ab5b4ef22.tar.gz emacs-a375dcc02840c2dfe36ddbf864c75a8ab5b4ef22.zip | |
(Fhandle_switch_frame): Doc fix.
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 5ec325d04fe..6c8ed6b2d2a 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -339,7 +339,7 @@ function is called.") | |||
| 339 | 339 | ||
| 340 | DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 2, "e", | 340 | DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 2, "e", |
| 341 | "Handle a switch-frame event EVENT.\n\ | 341 | "Handle a switch-frame event EVENT.\n\ |
| 342 | Switch-frame events is usually bound to this function.\n\ | 342 | Switch-frame events are usually bound to this function.\n\ |
| 343 | A switch-frame event tells Emacs that the window manager has requested\n\ | 343 | A switch-frame event tells Emacs that the window manager has requested\n\ |
| 344 | that the user's events be directed to the frame mentioned in the event.\n\ | 344 | that the user's events be directed to the frame mentioned in the event.\n\ |
| 345 | This function selects the selected window of the frame of EVENT.\n\ | 345 | This function selects the selected window of the frame of EVENT.\n\ |