]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Tue, 26 Mar 2002 11:08:47 +0000 (11:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 26 Mar 2002 11:08:47 +0000 (11:08 +0000)
src/xdisp.c

index 8a760caa5e34466df43d852d1705f864943c802f..984a69c0a0300ace2ed536fc7874238350107975 100644 (file)
@@ -7435,7 +7435,7 @@ update_menu_bar (f, save_match_data)
   window = FRAME_SELECTED_WINDOW (f);
   w = XWINDOW (window);
   
-#if 0 /* The if statment below this if statement used to include the
+#if 0 /* The if statement below this if statement used to include the
          condition !NILP (w->update_mode_line), rather than using
          update_mode_lines directly, and this if statement may have
          been added to make that condition work.  Now the if