From 48857075c96c00bdbf8536e25234d33ed1b6e3b9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 8 Sep 2015 07:34:54 -0700 Subject: [PATCH] ; Fix comment to match recent code change --- src/xdisp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 6b165af1eb7..1a5be592818 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11120,8 +11120,7 @@ clear_garbaged_frames (void) /* Redisplay the echo area of the selected frame. If UPDATE_FRAME_P, update - selected_frame. Value is the affected frame if the mini-windows height has - been changed. */ + selected_frame. */ static void echo_area_display (bool update_frame_p) -- 2.11.4.GIT