aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-09-08 07:34:54 -0700
committerPaul Eggert2015-09-08 07:35:15 -0700
commit48857075c96c00bdbf8536e25234d33ed1b6e3b9 (patch)
tree18d3611ee542a6ca36bf396ed7316b292b6a873a /src
parentbc26305473ed59fe75b6efc3ba1c967f54c4c292 (diff)
downloademacs-48857075c96c00bdbf8536e25234d33ed1b6e3b9.tar.gz
emacs-48857075c96c00bdbf8536e25234d33ed1b6e3b9.zip
; Fix comment to match recent code change
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 1 insertions, 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)
11120 11120
11121 11121
11122/* Redisplay the echo area of the selected frame. If UPDATE_FRAME_P, update 11122/* Redisplay the echo area of the selected frame. If UPDATE_FRAME_P, update
11123 selected_frame. Value is the affected frame if the mini-windows height has 11123 selected_frame. */
11124 been changed. */
11125 11124
11126static void 11125static void
11127echo_area_display (bool update_frame_p) 11126echo_area_display (bool update_frame_p)