# HG changeset patch # User Pavel Jank # Date 1017593031 0 # Node ID 8ea0c09f5cb84d67b05ea55fec0bad40096abaa7 # Parent acee054dc5cdc72458cacb25fbaf6c3036d1f16d Fix typo. diff -r acee054dc5cd -r 8ea0c09f5cb8 lispref/minibuf.texi --- 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 diff -r acee054dc5cd -r 8ea0c09f5cb8 src/msdos.c --- 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) diff -r acee054dc5cd -r 8ea0c09f5cb8 src/w32term.c --- 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) diff -r acee054dc5cd -r 8ea0c09f5cb8 src/xterm.c --- 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)