Mercurial > emacs
diff src/w32term.c @ 44275:8ea0c09f5cb8
Fix typo.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Sun, 31 Mar 2002 16:43:51 +0000 |
| parents | ed87203c48f5 |
| children | bc30b29aead6 |
line wrap: on
line diff
--- a/src/w32term.c Sun Mar 31 16:28:07 2002 +0000 +++ b/src/w32term.c Sun Mar 31 16:43:51 2002 +0000 @@ -6304,7 +6304,7 @@ window = window_from_coordinates (frame, mouse_x, mouse_y, &area, 0); /* Window will be selected only when it is not selected now and - last mouse movement event was not in it. Minubuffer window + last mouse movement event was not in it. Minibuffer window will be selected iff it is active. */ if (!EQ (window, last_window) && !EQ (window, selected_window)
