emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 9758516: Fix a typo in a comment in the previous


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 9758516: Fix a typo in a comment in the previous commit.
Date: Tue, 30 Dec 2014 19:52:22 +0000

branch: emacs-24
commit 9758516441411e217905ea07208152292775f32e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in a comment in the previous commit.
---
 src/xdisp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index f0a851a..ab37a84 100644
--- 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 commentart near the beginning of this file.  */
+         the large commentary near the beginning of this file.  */
       if (r2l)
        *x = window_box_width (w, TEXT_AREA) - *x - 1;
     }



reply via email to

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