diff options
| author | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
| commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
| tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /src/window.c | |
| parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
| download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip | |
; Fix typos
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 1dc977626b3..a5d88e2ad87 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -526,7 +526,7 @@ select_window (Lisp_Object window, Lisp_Object norecord, | |||
| 526 | /* Do not select a tooltip window (Bug#47207). */ | 526 | /* Do not select a tooltip window (Bug#47207). */ |
| 527 | error ("Cannot select a tooltip window"); | 527 | error ("Cannot select a tooltip window"); |
| 528 | 528 | ||
| 529 | /* We deinitely want to select WINDOW, not the mini-window. */ | 529 | /* We definitely want to select WINDOW, not the mini-window. */ |
| 530 | f->select_mini_window_flag = false; | 530 | f->select_mini_window_flag = false; |
| 531 | 531 | ||
| 532 | /* Make the selected window's buffer current. */ | 532 | /* Make the selected window's buffer current. */ |