]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (redisplay_internal): Typo fix in comment
authorRobert Pluim <rpluim@gmail.com>
Wed, 17 Apr 2024 07:04:18 +0000 (09:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:03:07 +0000 (14:03 +0300)
(cherry picked from commit 1606e14c6f1fb5c524dd21ac1b1187b5230f683e)

src/xdisp.c

index 3db8d64f731b555b25adbe07a77180ca50f83494..5073af3e04f777a20898a871bb68c5cb91cbc4c3 100644 (file)
@@ -16864,7 +16864,7 @@ redisplay_internal (void)
   redisplay_trace ("redisplay_internal %d\n", redisplaying_p);
 
   /* I don't think this happens but let's be paranoid.  In particular,
-     this was observed happening when Emacs shuits down to to losing X
+     this was observed happening when Emacs shuts down due to losing X
      connection, in which case accessing SELECTED_FRAME and the frame
      structure is likely to barf.  */
   if (redisplaying_p)