From: Paul Eggert Date: Tue, 8 Sep 2015 14:34:54 +0000 (-0700) Subject: ; Fix comment to match recent code change X-Git-Tag: emacs-25.0.90~1224^2~192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48857075c96c00bdbf8536e25234d33ed1b6e3b9;p=emacs.git ; Fix comment to match recent code change --- 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)