emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111040: Fix commentary to buffer_sha


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111040: Fix commentary to buffer_shared_and_changed.
Date: Fri, 30 Nov 2012 11:23:15 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111040
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-30 11:23:15 +0200
message:
  Fix commentary to buffer_shared_and_changed.
modified:
  src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2012-11-29 06:00:21 +0000
+++ b/src/xdisp.c       2012-11-30 09:23:15 +0000
@@ -10888,8 +10888,8 @@
   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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]