emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/search.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/search.c
Date: Tue, 18 Oct 2005 21:52:50 -0400

Index: emacs/src/search.c
diff -c emacs/src/search.c:1.200 emacs/src/search.c:1.201
*** emacs/src/search.c:1.200    Fri Oct 14 07:54:50 2005
--- emacs/src/search.c  Wed Oct 19 01:52:50 2005
***************
*** 429,435 ****
  
  DEFUN ("string-match", Fstring_match, Sstring_match, 2, 3, 0,
         doc: /* Return index of start of first match for REGEXP in STRING, or 
nil.
! Case is ignored if `case-fold-search' is non-nil in the current buffer.
  If third arg START is non-nil, start search at that index in STRING.
  For index of first char beyond the match, do (match-end 0).
  `match-end' and `match-beginning' also give indices of substrings
--- 429,435 ----
  
  DEFUN ("string-match", Fstring_match, Sstring_match, 2, 3, 0,
         doc: /* Return index of start of first match for REGEXP in STRING, or 
nil.
! Matching ignores case `case-fold-search' is non-nil.
  If third arg START is non-nil, start search at that index in STRING.
  For index of first char beyond the match, do (match-end 0).
  `match-end' and `match-beginning' also give indices of substrings




reply via email to

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