diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/frame.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 4 |
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 | ||
| 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.") |
| @@ -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 |