From: Robert Pluim Date: Wed, 17 Apr 2024 07:04:18 +0000 (+0200) Subject: ; * src/xdisp.c (redisplay_internal): Typo fix in comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=737f6685836a042d840833ce9ed4e7497bb4b2c7;p=emacs.git ; * src/xdisp.c (redisplay_internal): Typo fix in comment (cherry picked from commit 1606e14c6f1fb5c524dd21ac1b1187b5230f683e) --- diff --git a/src/xdisp.c b/src/xdisp.c index 3db8d64f731..5073af3e04f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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)