From f43ce1c19768f995566cc8e44512633fead20e1d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Nov 2012 11:23:15 +0200 Subject: [PATCH] Fix commentary to buffer_shared_and_changed. --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 8cca758c47..6199c2a436 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -10888,8 +10888,8 @@ echo_area_display (int update_frame_p) return window_height_changed_p; } -/* Nonzero if the current buffer is shown in more than - one window and was modified since last display. */ +/* Nonzero if the current window's buffer is shown in more than one + window and was modified since last redisplay. */ static int buffer_shared_and_changed (void) -- 2.20.1