emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117408: src/window.c (window_resize_check, windo


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117408: src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.
Date: Sun, 27 Jul 2014 12:04:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117408
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-07-27 15:04:29 +0300
message:
  src/window.c (window_resize_check, window_resize_apply): Fix typos in 
comments.
modified:
  src/window.c                   window.c-20091113204419-o5vbwnq5f7feedwu-231
=== modified file 'src/window.c'
--- a/src/window.c      2014-07-04 13:22:04 +0000
+++ b/src/window.c      2014-07-27 12:04:29 +0000
@@ -3864,7 +3864,7 @@
 }
 
 
-/* Set w->pixel_height (w->pixel_height if HORIZONTAL is non-zero) to
+/* Set w->pixel_height (w->pixel_width if HORFLAG is non-zero) to
    w->new_pixel for window W and recursively all child windows of W.
    Also calculate and assign the new vertical (horizontal) pixel start
    positions of each of these windows.
@@ -3957,7 +3957,7 @@
 }
 
 
-/* Set w->total_lines (w->total_cols if HORIZONTAL is non-zero) to
+/* Set w->total_lines (w->total_cols if HORFLAG is non-zero) to
    w->new_total for window W and recursively all child windows of W.
    Also calculate and assign the new vertical (horizontal) start
    positions of each of these windows.  */


reply via email to

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