diff options
| -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\ |