]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 02:58:53 +0000 (02:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Oct 2009 02:58:53 +0000 (02:58 +0000)
src/insdel.c
src/regex.c
src/syntax.c
src/term.c
src/unexec.c
src/xdisp.c
src/xfns.c

index f94f4f0067bcaaedae7aa554b5e931551875cd21..eaf899c8a0e727c74ee25b03f6910fc59b748ed1 100644 (file)
@@ -199,7 +199,7 @@ gap_left (EMACS_INT charpos, EMACS_INT bytepos, int newgap)
   QUIT;
 }
 
-/* Move the gap to a position greater than than the current GPT.
+/* Move the gap to a position greater than the current GPT.
    BYTEPOS describes the new position as a byte position,
    and CHARPOS is the corresponding char position.  */
 
index 91259dc77942602eaebaf6fb3dcc186467faf806..944ef4e0b665a932a1f580112458af88ff86cc35 100644 (file)
@@ -2400,7 +2400,7 @@ set_image_of_range_1 (work_area, start, end, translate)
 
 #endif /* emacs */
 
-/* Record the the image of the range start..end when passed through
+/* Record the image of the range start..end when passed through
    TRANSLATE.  This is not necessarily TRANSLATE(start)..TRANSLATE(end)
    and is not even necessarily contiguous.
    Normally we approximate it with the smallest contiguous range that contains
index 6fa20c458bab9dc3653afb242200baf9e25cb732..d84e62ea257fbb2ef7efaf0a67be153ef972ef27 100644 (file)
@@ -341,7 +341,7 @@ dec_bytepos (bytepos)
   return bytepos;
 }
 \f
-/* Return a defun-start position before before POS and not too far before.
+/* Return a defun-start position before POS and not too far before.
    It should be the last one before POS, or nearly the last.
 
    When open_paren_in_column_0_is_defun_start is nonzero,
index 0d0095785e3405580cf72befc136f6afe8342b6e..d5855b4cbf6336ed8ae419f46ea0b1ed03f0c76b 100644 (file)
@@ -1808,8 +1808,8 @@ append_composite_glyph (it)
 
 /* Produce a composite glyph for iterator IT.  IT->cmp_id is the ID of
    the composition.  We simply produces components of the composition
-   assuming that that the terminal has a capability to layout/render
-   it correctly.  */
+   assuming that the terminal has a capability to layout/render it
+   correctly.  */
 
 static void
 produce_composite_glyph (it)
index 676197b77b3068a7f143c88473158d5e816ce6b8..a6852af7d07ebfab953116b5666720201687e2b2 100644 (file)
@@ -498,7 +498,7 @@ write_segment (new, ptr, end)
          )
        {
          /* Write only a page of zeros at once,
-            so that we we don't overshoot the start
+            so that we don't overshoot the start
             of the valid memory in the old data segment.  */
          if (nwrite > pagesize)
            nwrite = pagesize;
index 017d4ce86fdde086fb255aed5ae5701d12fff142..07a2127b2d30f5d9da5c120f51bca948fb80f608 100644 (file)
@@ -22711,7 +22711,7 @@ x_update_cursor (f, on_p)
 /* EXPORT:
    Clear the cursor of window W to background color, and mark the
    cursor as not shown.  This is used when the text where the cursor
-   is is about to be rewritten.  */
+   is about to be rewritten.  */
 
 void
 x_clear_cursor (w)
index 49a9c50f1604884e2d8734b6534b647e44c674f1..87ff21b7759182c98ea2ad1054dbc7dd72ae42ee 100644 (file)
@@ -2953,7 +2953,7 @@ x_make_gc (f)
 }
 
 
-/* Free what was was allocated in x_make_gc.  */
+/* Free what was allocated in x_make_gc.  */
 
 void
 x_free_gcs (f)