aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Fox1993-09-28 09:54:36 +0000
committerBrian Fox1993-09-28 09:54:36 +0000
commita375dcc02840c2dfe36ddbf864c75a8ab5b4ef22 (patch)
tree886114bd69674ad285a1166b3cbc32f047ebda3f
parent4d780c768d4ff72aed2d2af1f6ea0f26f25c581b (diff)
downloademacs-a375dcc02840c2dfe36ddbf864c75a8ab5b4ef22.tar.gz
emacs-a375dcc02840c2dfe36ddbf864c75a8ab5b4ef22.zip
(Fhandle_switch_frame): Doc fix.
-rw-r--r--src/frame.c2
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
340DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 2, "e", 340DEFUN ("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\
342Switch-frame events is usually bound to this function.\n\ 342Switch-frame events are usually bound to this function.\n\
343A switch-frame event tells Emacs that the window manager has requested\n\ 343A switch-frame event tells Emacs that the window manager has requested\n\
344that the user's events be directed to the frame mentioned in the event.\n\ 344that the user's events be directed to the frame mentioned in the event.\n\
345This function selects the selected window of the frame of EVENT.\n\ 345This function selects the selected window of the frame of EVENT.\n\