Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c2b8805
Commit
5c2b8805
authored
Jul 27, 2014
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.
parent
fb2e1532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
5c2b8805
...
...
@@ -3864,7 +3864,7 @@ window_resize_check (struct window *w, bool horflag)
}
/* Set w->pixel_height (w->pixel_
height
if HOR
IZONTAL
is non-zero) to
/* Set w->pixel_height (w->pixel_
width
if HOR
FLAG
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 @@ window_resize_apply (struct window *w, bool horflag)
}
/* Set w->total_lines (w->total_cols if HOR
IZONTAL
is non-zero) to
/* Set w->total_lines (w->total_cols if HOR
FLAG
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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment