aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-30 11:23:15 +0200
committerEli Zaretskii2012-11-30 11:23:15 +0200
commitf43ce1c19768f995566cc8e44512633fead20e1d (patch)
tree9e52b498c3b24114b80a0358dd0d1336319b2192 /src
parent276479fd709a6da85bbc6b267264db5c5a570f4e (diff)
downloademacs-f43ce1c19768f995566cc8e44512633fead20e1d.tar.gz
emacs-f43ce1c19768f995566cc8e44512633fead20e1d.zip
Fix commentary to buffer_shared_and_changed.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
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
10894static int 10894static int
10895buffer_shared_and_changed (void) 10895buffer_shared_and_changed (void)