From 737f6685836a042d840833ce9ed4e7497bb4b2c7 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 17 Apr 2024 09:04:18 +0200 Subject: [PATCH] ; * src/xdisp.c (redisplay_internal): Typo fix in comment (cherry picked from commit 1606e14c6f1fb5c524dd21ac1b1187b5230f683e) --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5