changeset 49332:30d026130eaa

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Jan 2003 08:54:46 +0000
parents 50665500140c
children bdea33173bb5
files src/xdisp.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Jan 20 08:53:53 2003 +0000
+++ b/src/xdisp.c	Mon Jan 20 08:54:46 2003 +0000
@@ -10233,10 +10233,12 @@
 	}
       else if ((w != XWINDOW (minibuf_window)
 		|| minibuf_level == 0)
+	       /* Quail displays non-mini buffers in minibuffer window.
+		  In that case, redisplay the window normally.  */
 	       && !NILP (Fmemq (w->buffer, Vminibuffer_list)))
 	{
-	  /* W is a mini-buffer window, but it's not the currently
-	     active one, so clear it.  */
+	  /* W is a mini-buffer window, but it's not active, so clear
+	     it.  */
 	  int yb = window_text_bottom_y (w);
 	  struct glyph_row *row;
 	  int y;