emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src insdel.c regex.c syntax.c term.c unex...


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src insdel.c regex.c syntax.c term.c unex...
Date: Sun, 04 Oct 2009 02:58:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/04 02:58:55

Modified files:
        src            : insdel.c regex.c syntax.c term.c unexec.c 
                         xdisp.c xfns.c 

Log message:
        Fix typos in comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/insdel.c?cvsroot=emacs&r1=1.205&r2=1.206
http://cvs.savannah.gnu.org/viewcvs/emacs/src/regex.c?cvsroot=emacs&r1=1.236&r2=1.237
http://cvs.savannah.gnu.org/viewcvs/emacs/src/syntax.c?cvsroot=emacs&r1=1.223&r2=1.224
http://cvs.savannah.gnu.org/viewcvs/emacs/src/term.c?cvsroot=emacs&r1=1.246&r2=1.247
http://cvs.savannah.gnu.org/viewcvs/emacs/src/unexec.c?cvsroot=emacs&r1=1.54&r2=1.55
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xdisp.c?cvsroot=emacs&r1=1.1307&r2=1.1308
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xfns.c?cvsroot=emacs&r1=1.743&r2=1.744

Patches:
Index: insdel.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/insdel.c,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -b -r1.205 -r1.206
--- insdel.c    28 Mar 2009 04:53:06 -0000      1.205
+++ insdel.c    4 Oct 2009 02:58:53 -0000       1.206
@@ -199,7 +199,7 @@
   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: regex.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/regex.c,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -b -r1.236 -r1.237
--- regex.c     8 Jan 2009 03:15:54 -0000       1.236
+++ regex.c     4 Oct 2009 02:58:53 -0000       1.237
@@ -2400,7 +2400,7 @@
 
 #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: syntax.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/syntax.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -b -r1.223 -r1.224
--- syntax.c    18 Sep 2009 23:40:00 -0000      1.223
+++ syntax.c    4 Oct 2009 02:58:54 -0000       1.224
@@ -341,7 +341,7 @@
   return bytepos;
 }
 
-/* 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: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -b -r1.246 -r1.247
--- term.c      3 Jul 2009 13:46:41 -0000       1.246
+++ term.c      4 Oct 2009 02:58:54 -0000       1.247
@@ -1808,8 +1808,8 @@
 
 /* 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: unexec.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexec.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- unexec.c    8 Jan 2009 03:16:02 -0000       1.54
+++ unexec.c    4 Oct 2009 02:58:54 -0000       1.55
@@ -498,7 +498,7 @@
          )
        {
          /* 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: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1307
retrieving revision 1.1308
diff -u -b -r1.1307 -r1.1308
--- xdisp.c     28 Sep 2009 17:47:48 -0000      1.1307
+++ xdisp.c     4 Oct 2009 02:58:54 -0000       1.1308
@@ -22711,7 +22711,7 @@
 /* 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: xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.743
retrieving revision 1.744
diff -u -b -r1.743 -r1.744
--- xfns.c      2 Sep 2009 17:03:22 -0000       1.743
+++ xfns.c      4 Oct 2009 02:58:54 -0000       1.744
@@ -2953,7 +2953,7 @@
 }
 
 
-/* Free what was was allocated in x_make_gc.  */
+/* Free what was allocated in x_make_gc.  */
 
 void
 x_free_gcs (f)




reply via email to

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