; * src/xdisp.c (redisplay_internal): Typo fix in comment

This commit is contained in:
Robert Pluim 2024-04-17 09:04:18 +02:00
parent ada429c375
commit 1606e14c6f

View 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)