emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116033: src/ChangeLog: Fix typos.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r116033: src/ChangeLog: Fix typos.
Date: Wed, 15 Jan 2014 17:56:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116033
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-15 19:56:40 +0200
message:
  src/ChangeLog: Fix typos.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-01-15 03:06:07 +0000
+++ b/src/ChangeLog     2014-01-15 17:56:40 +0000
@@ -8648,10 +8648,10 @@
 2013-03-28  Dmitry Antipov  <address@hidden>
 
        * window.h (struct window): Replace hchild, vchild and buffer slots
-       with the only contents slot.  This is possible because each valid
+       with a single slot 'contents'.  This is possible because each valid
        window may have either the child window (in vertical or horizontal
        combination) or buffer to display (for the leaf window).  Using that,
-       a lof of operations to traverse and/or change window hierarchies may
+       a lot of operations to traverse and/or change window hierarchies may
        be simplified.  New member horizontal is used to distinguish between
        horizontal and vertical combinations of internal windows.
        (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P)


reply via email to

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