diff options
| author | Paul Eggert | 2015-11-10 10:22:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-10 10:23:00 -0800 |
| commit | c92dbd6d0c234ff993acb0a095c024593bc185c8 (patch) | |
| tree | f6e1be4508825d465244f4849e2ab33209d8cc84 /src/window.c | |
| parent | d149ca81c33ab95900306c3c71f6eff62a3ec1a1 (diff) | |
| download | emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.tar.gz emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.zip | |
Spelling fixes
* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type):
Fix misspelling in output.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 7c95ff9b16f..0ac76d41861 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -210,7 +210,7 @@ wset_update_mode_line (struct window *w) | |||
| 210 | { | 210 | { |
| 211 | /* If this window is the selected window on its frame, set the | 211 | /* If this window is the selected window on its frame, set the |
| 212 | global variable update_mode_lines, so that x_consider_frame_title | 212 | global variable update_mode_lines, so that x_consider_frame_title |
| 213 | will consider this frame's title for rtedisplay. */ | 213 | will consider this frame's title for redisplay. */ |
| 214 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; | 214 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; |
| 215 | 215 | ||
| 216 | if (WINDOWP (fselected_window) && XWINDOW (fselected_window) == w) | 216 | if (WINDOWP (fselected_window) && XWINDOW (fselected_window) == w) |