changeset 44275:8ea0c09f5cb8

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 31 Mar 2002 16:43:51 +0000
parents acee054dc5cd
children ca8f8dfc1aad
files lispref/minibuf.texi src/msdos.c src/w32term.c src/xterm.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/minibuf.texi	Sun Mar 31 16:28:07 2002 +0000
+++ b/lispref/minibuf.texi	Sun Mar 31 16:43:51 2002 +0000
@@ -1536,7 +1536,7 @@
 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
--- a/src/msdos.c	Sun Mar 31 16:28:07 2002 +0000
+++ b/src/msdos.c	Sun Mar 31 16:43:51 2002 +0000
@@ -3422,7 +3422,7 @@
 						      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)
--- 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)
--- a/src/xterm.c	Sun Mar 31 16:28:07 2002 +0000
+++ b/src/xterm.c	Sun Mar 31 16:43:51 2002 +0000
@@ -6664,7 +6664,7 @@
       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)