diff options
| author | Glenn Morris | 2018-03-06 20:13:51 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-06 20:13:51 -0500 |
| commit | 19afff31c9340ba5c35504064fb0fadcc8a86aff (patch) | |
| tree | cbf19dd953c1ec9a34bfd127686a69d26717e53f /src | |
| parent | c797bc90f5c63ad5ad01c1caa54f6d236a283efe (diff) | |
| download | emacs-19afff31c9340ba5c35504064fb0fadcc8a86aff.tar.gz emacs-19afff31c9340ba5c35504064fb0fadcc8a86aff.zip | |
Replace some obsolete aliases in documentation
* doc/emacs/text.texi (Nroff Mode):
* doc/misc/efaq.texi (How to add fonts):
* lisp/gnus/nnheader.el (nnheader-insert-file-contents):
* lisp/progmodes/pascal.el (pascal-outline-mode):
Doc fixes re obsolete aliases.
; * src/frame.c (do_switch_frame): Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index a86f05191a8..cee775c6fa9 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1419,7 +1419,7 @@ do_switch_frame (Lisp_Object frame, int track, int for_deletion, Lisp_Object nor | |||
| 1419 | /* We want to make sure that the next event generates a frame-switch | 1419 | /* We want to make sure that the next event generates a frame-switch |
| 1420 | event to the appropriate frame. This seems kludgy to me, but | 1420 | event to the appropriate frame. This seems kludgy to me, but |
| 1421 | before you take it out, make sure that evaluating something like | 1421 | before you take it out, make sure that evaluating something like |
| 1422 | (select-window (frame-root-window (new-frame))) doesn't end up | 1422 | (select-window (frame-root-window (make-frame))) doesn't end up |
| 1423 | with your typing being interpreted in the new frame instead of | 1423 | with your typing being interpreted in the new frame instead of |
| 1424 | the one you're actually typing in. */ | 1424 | the one you're actually typing in. */ |
| 1425 | #ifdef HAVE_WINDOW_SYSTEM | 1425 | #ifdef HAVE_WINDOW_SYSTEM |