; * src/xdisp.c (redisplay_internal): Typo fix in comment
This commit is contained in:
parent
ada429c375
commit
1606e14c6f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue