emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src search.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src search.c
Date: Sat, 03 Oct 2009 09:34:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/10/03 09:34:37

Modified files:
        src            : search.c 

Log message:
        (fast_looking_at): Fix a typo in the commentary.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/search.c?cvsroot=emacs&r1=1.240&r2=1.241

Patches:
Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -b -r1.240 -r1.241
--- search.c    16 Apr 2009 16:01:19 -0000      1.240
+++ search.c    3 Oct 2009 09:34:37 -0000       1.241
@@ -564,7 +564,7 @@
   return val;
 }
 
-/* Match REGEXP atainst the characters after POS to LIMIT, and return
+/* Match REGEXP against the characters after POS to LIMIT, and return
    the number of matched characters.  If STRING is non-nil, match
    against the characters in it.  In that case, POS and LIMIT are
    indices into the string.  This function doesn't modify the match




reply via email to

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