aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-03-31 16:43:51 +0000
committerPavel Janík2002-03-31 16:43:51 +0000
commit42d9d13aa3e04d4ab5783cbf71f071986af43186 (patch)
tree4a04e4efac223c8bc8eb6e58d3e5577d1d94f0b2
parent3e505153dab95ddbda1b5a2d91ea23402654f0f1 (diff)
downloademacs-42d9d13aa3e04d4ab5783cbf71f071986af43186.tar.gz
emacs-42d9d13aa3e04d4ab5783cbf71f071986af43186.zip
Fix typo.
-rw-r--r--lispref/minibuf.texi2
-rw-r--r--src/msdos.c2
-rw-r--r--src/w32term.c2
-rw-r--r--src/xterm.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 0bdb634af3f..96a5e1a99ac 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1536,7 +1536,7 @@ contents of the minibuffer (that is, everything except the prompt), if
1536a minibuffer is current. Otherwise, it erases the entire buffer. 1536a minibuffer is current. Otherwise, it erases the entire buffer.
1537@end defun 1537@end defun
1538 1538
1539@defun minubuffer-prompt-width 1539@defun minibuffer-prompt-width
1540This function returns the current display-width of the minibuffer 1540This function returns the current display-width of the minibuffer
1541prompt, if a minibuffer is current. Otherwise, it returns zero. 1541prompt, if a minibuffer is current. Otherwise, it returns zero.
1542@end defun 1542@end defun
diff --git a/src/msdos.c b/src/msdos.c
index 10d4f7ce5a7..773346fff4f 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -3422,7 +3422,7 @@ dos_rawgetc ()
3422 mouse_last_y, 3422 mouse_last_y,
3423 &mouse_area, 0); 3423 &mouse_area, 0);
3424 /* A window will be selected only when it is not 3424 /* A window will be selected only when it is not
3425 selected now. A minubuffer window will be selected 3425 selected now. A minibuffer window will be selected
3426 iff it is active. */ 3426 iff it is active. */
3427 if (!EQ (mouse_window, last_mouse_window) 3427 if (!EQ (mouse_window, last_mouse_window)
3428 && !EQ (mouse_window, selected_window) 3428 && !EQ (mouse_window, selected_window)
diff --git a/src/w32term.c b/src/w32term.c
index 56565aee454..87f9a615d1f 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6304,7 +6304,7 @@ note_mouse_movement (frame, msg)
6304 window = window_from_coordinates (frame, mouse_x, mouse_y, &area, 0); 6304 window = window_from_coordinates (frame, mouse_x, mouse_y, &area, 0);
6305 6305
6306 /* Window will be selected only when it is not selected now and 6306 /* Window will be selected only when it is not selected now and
6307 last mouse movement event was not in it. Minubuffer window 6307 last mouse movement event was not in it. Minibuffer window
6308 will be selected iff it is active. */ 6308 will be selected iff it is active. */
6309 if (!EQ (window, last_window) 6309 if (!EQ (window, last_window)
6310 && !EQ (window, selected_window) 6310 && !EQ (window, selected_window)
diff --git a/src/xterm.c b/src/xterm.c
index 031f5e284cd..3c0abbecf16 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6664,7 +6664,7 @@ note_mouse_movement (frame, event)
6664 window = window_from_coordinates (frame, XINT (event->x), XINT (event->y), &area, 0); 6664 window = window_from_coordinates (frame, XINT (event->x), XINT (event->y), &area, 0);
6665 6665
6666 /* Window will be selected only when it is not selected now and 6666 /* Window will be selected only when it is not selected now and
6667 last mouse movement event was not in it. Minubuffer window 6667 last mouse movement event was not in it. Minibuffer window
6668 will be selected iff it is active. */ 6668 will be selected iff it is active. */
6669 if (!EQ (window, last_window) 6669 if (!EQ (window, last_window)
6670 && !EQ (window, selected_window) 6670 && !EQ (window, selected_window)