diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 10888 | return window_height_changed_p; | 10888 | return window_height_changed_p; |
| 10889 | } | 10889 | } |
| 10890 | 10890 | ||
| 10891 | /* Nonzero if the current buffer is shown in more than | 10891 | /* Nonzero if the current window's buffer is shown in more than one |
| 10892 | one window and was modified since last display. */ | 10892 | window and was modified since last redisplay. */ |
| 10893 | 10893 | ||
| 10894 | static int | 10894 | static int |
| 10895 | buffer_shared_and_changed (void) | 10895 | buffer_shared_and_changed (void) |