]> code.delx.au - gnu-emacs/commitdiff
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 8cca758c47be075b1f8ee7b91098c16e612a2af1..6199c2a436e3e7026d91f29e31a74873708411cb 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)