]> code.delx.au - gnu-emacs/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Sun, 31 Mar 2002 16:43:51 +0000 (16:43 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 31 Mar 2002 16:43:51 +0000 (16:43 +0000)
lispref/minibuf.texi
src/msdos.c
src/w32term.c
src/xterm.c

index 0bdb634af3fd76606d12d7e5ba98dd5e4b3b502b..96a5e1a99ac8406fc0f1e4ccbe77a34d9817b36d 100644 (file)
@@ -1536,7 +1536,7 @@ contents of the minibuffer (that is, everything except the prompt), if
 a minibuffer is current.  Otherwise, it erases the entire buffer.
 @end defun
 
-@defun minubuffer-prompt-width
+@defun minibuffer-prompt-width
 This function returns the current display-width of the minibuffer
 prompt, if a minibuffer is current.  Otherwise, it returns zero.
 @end defun
index 10d4f7ce5a776c4ff78cbf9093e0a6b3271daea2..773346fff4f23f88f9055f648378ae66c79e25a8 100644 (file)
@@ -3422,7 +3422,7 @@ dos_rawgetc ()
                                                      mouse_last_y,
                                                      &mouse_area, 0);
              /* A window will be selected only when it is not
-                selected now.  A minubuffer window will be selected
+                selected now.  A minibuffer window will be selected
                 iff it is active.  */
              if (!EQ (mouse_window, last_mouse_window)
                  && !EQ (mouse_window, selected_window)
index 56565aee454a0bde7d4637d314744c9f5568a978..87f9a615d1ff522d458df2ba76d601f4ee36bcf7 100644 (file)
@@ -6304,7 +6304,7 @@ note_mouse_movement (frame, msg)
       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)
index 031f5e284cd4773e2c0b70b03ebf05d48e5a5f8a..3c0abbecf16700a147118f02ed8f753c0f42dc00 100644 (file)
@@ -6664,7 +6664,7 @@ note_mouse_movement (frame, event)
       window = window_from_coordinates (frame, XINT (event->x), XINT (event->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)