From: Eli Zaretskii Date: Fri, 30 Nov 2012 09:23:15 +0000 (+0200) Subject: Fix commentary to buffer_shared_and_changed. X-Git-Tag: emacs-24.3.90~173^2~9^2~120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f43ce1c19768f995566cc8e44512633fead20e1d;p=emacs.git Fix commentary to buffer_shared_and_changed. --- diff --git a/src/xdisp.c b/src/xdisp.c index 8cca758c47b..6199c2a436e 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)