aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/frame.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 952cc65f7ff..290fb18ee6b 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -326,7 +326,7 @@ make_terminal_frame ()
326 326
327DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e", 327DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e",
328 "Select the frame FRAME.\n\ 328 "Select the frame FRAME.\n\
329Subseqent editing commands apply to its selected window.\n\ 329Subsequent editing commands apply to its selected window.\n\
330The selection of FRAME lasts until the next time the user does\n\ 330The selection of FRAME lasts until the next time the user does\n\
331something to select a different frame, or until the next time this\n\ 331something to select a different frame, or until the next time this\n\
332function is called.") 332function is called.")
@@ -394,7 +394,7 @@ to that frame.")
394 choose_minibuf_frame (); 394 choose_minibuf_frame ();
395 395
396 /* We want to make sure that the next event generates a frame-switch 396 /* We want to make sure that the next event generates a frame-switch
397 event to the appropriate frame. This seems kludgey to me, but 397 event to the appropriate frame. This seems kludgy to me, but
398 before you take it out, make sure that evaluating something like 398 before you take it out, make sure that evaluating something like
399 (select-window (frame-root-window (new-frame))) doesn't end up 399 (select-window (frame-root-window (new-frame))) doesn't end up
400 with your typing being interpreted in the new frame instead of 400 with your typing being interpreted in the new frame instead of