Fix commentary to buffer_shared_and_changed.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Nov 2012 09:23:15 +0000 (11:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Nov 2012 09:23:15 +0000 (11:23 +0200)
src/xdisp.c

index 8cca758..6199c2a 100644 (file)
@@ -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)