Mercurial > emacs
changeset 4798:e437a570f5d1
(Fhandle_switch_frame): Doc fix.
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Tue, 28 Sep 1993 09:54:36 +0000 |
parents | 4dd43e41207a |
children | 6af5540f4e4e |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Tue Sep 28 09:52:13 1993 +0000 +++ b/src/frame.c Tue Sep 28 09:54:36 1993 +0000 @@ -339,7 +339,7 @@ DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 2, "e", "Handle a switch-frame event EVENT.\n\ -Switch-frame events is usually bound to this function.\n\ +Switch-frame events are usually bound to this function.\n\ A switch-frame event tells Emacs that the window manager has requested\n\ that the user's events be directed to the frame mentioned in the event.\n\ This function selects the selected window of the frame of EVENT.\n\