projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa472a3
)
Fix a typo in a comment in the previous commit.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 30 Dec 2014 19:51:34 +0000
(21:51 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 30 Dec 2014 19:51:34 +0000
(21:51 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f0a851acb552a2853996aee2c83fabfdf84a69fc..ab37a84d1162cc2e6cf032ffd5faf3ae88d8b81f 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-1741,7
+1741,7
@@
pos_visible_p (struct window *w, ptrdiff_t charpos, int *x, int *y,
coordinate wrt the text area. For the reasons, see the
commentary in buffer_posn_from_coords and the explanation of
the geometry used by the move_it_* functions at the end of
- the large commentar
t
near the beginning of this file. */
+ the large commentar
y
near the beginning of this file. */
if (r2l)
*x = window_box_width (w, TEXT_AREA) - *x - 1;
}