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
3247e0ea
Commit
3247e0ea
authored
Nov 03, 2014
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/window.c (window_scroll_pixel_based): Fix a typo in a comment.
parent
29a13e2a
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 @
3247e0ea
...
...
@@ -4937,8 +4937,8 @@ window_scroll_pixel_based (Lisp_Object window, int n, bool whole, int noerror)
/* The function move_iterator_vertically may move over more than
the specified y-distance. If it->w is small, e.g. a
mini-buffer window, we may end up in front of the window's
display area.
This is the case when
Start displaying at the
start of the line
containing PT in this case. */
display area. Start displaying at the
start of the line
containing PT in this case. */
if (it.current_y <= 0)
{
init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
...
...
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