comparison src/frame.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 861699ced09d
children c2831d419bec
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
324 return f; 324 return f;
325 } 325 }
326 326
327 DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e", 327 DEFUN ("select-frame", Fselect_frame, Sselect_frame, 1, 2, "e",
328 "Select the frame FRAME.\n\ 328 "Select the frame FRAME.\n\
329 Subseqent editing commands apply to its selected window.\n\ 329 Subsequent editing commands apply to its selected window.\n\
330 The selection of FRAME lasts until the next time the user does\n\ 330 The selection of FRAME lasts until the next time the user does\n\
331 something to select a different frame, or until the next time this\n\ 331 something to select a different frame, or until the next time this\n\
332 function is called.") 332 function is called.")
333 (frame, no_enter) 333 (frame, no_enter)
334 Lisp_Object frame, no_enter; 334 Lisp_Object frame, no_enter;
392 392
393 Fselect_window (XFRAME (frame)->selected_window); 393 Fselect_window (XFRAME (frame)->selected_window);
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
401 the one you're actually typing in. */ 401 the one you're actually typing in. */
402 internal_last_event_frame = Qnil; 402 internal_last_event_frame = Qnil;