Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Richard M. Stallman
99543e8b33
(Searching and Matching): Move node.
...
Rearrange contents and add overall explanation.
(Searching and Case): Move node.
(Searching and Matching): Update menu.
2005-08-29 08:44:20 +00:00
Richard M. Stallman
0031b6c3e8
(Search and Replace): Add replace-regexp-in-string.
2005-08-25 11:05:31 +00:00
Richard M. Stallman
85b6b13c6c
(Regular Expressions): Document re-builder.
2005-08-11 19:47:37 +00:00
Thien-Thi Nguyen
651f374c99
Update years in copyright notice; nfc.
2005-08-10 14:29:01 +00:00
Richard M. Stallman
4362c7142f
(Regexp Search): Clarify what re-search-forward does when the search fails.
2005-07-06 22:12:01 +00:00
Kim F. Storm
68be435ea8
(Entire Match Data): Remove evaporate option for
...
match-data. Do not mention evaporate option for set-match-data.
2005-06-22 23:15:47 +00:00
Richard M. Stallman
342fd6cd64
Fix formatting ugliness.
2005-06-18 13:57:17 +00:00
Kim F. Storm
72fb9dfe65
(Entire Match Data): Rephrase warnings about
...
evaporate arg to match-data and set-match-data.
2005-06-15 15:19:41 +00:00
Kim F. Storm
4e370af25a
(Entire Match Data): Explain new `reseat' argument to
...
match-data and set-match-data.
2005-06-08 23:03:29 +00:00
Richard M. Stallman
8135a25a77
(Entire Match Data): Clarify when match-data
...
returns markers and when integers.
2005-06-08 15:34:13 +00:00
Richard M. Stallman
5bb8ca2a90
(String Search, Regexp Search, Regexp Search): Cleanups.
2005-03-17 23:28:42 +00:00
Richard M. Stallman
63f508b420
(Regexp Special, Char Classes): Get rid of "Emacs 21".
2005-03-06 18:23:37 +00:00
Richard M. Stallman
fe83e8de20
(Regexp Search): Rename that to search-spaces-regexp.
2004-11-20 14:06:54 +00:00
Richard M. Stallman
65b65d26ef
(Regexp Search): Add search-whitespace-regexp.
2004-11-19 19:50:29 +00:00
Luc Teirlinck
45fa30b2ff
(Regexp Example): Update description of how Emacs currently recognizes
...
the end of a sentence.
(Standard Regexps): Update definition of the variable `sentence-end'.
Add definition of the function `sentence-end'.
2004-10-09 18:35:38 +00:00
Richard M. Stallman
4d4d2d07a4
(Regexp Search): Add looking-back.
2004-09-28 15:23:44 +00:00
Luc Teirlinck
9a7e97c6fb
(Regexp Backslash): Document new \_< and \_> operators.
...
From Jim Blandy.
2004-07-16 18:38:38 +00:00
David Kastrup
7a58d84d0a
(Entire Match Data): Add explanation about new
...
match-data behavior when @var{integers} is non-nil.
2004-07-01 23:54:21 +00:00
Richard M. Stallman
473f8eb3c9
(Regexp Special): Nested repetition can be infloop.
2004-05-22 22:05:57 +00:00
Richard M. Stallman
2a2331727a
Minor fixes.
2004-02-17 01:12:00 +00:00
Luc Teirlinck
bcb6b6b8b1
Various small changes in addition to the following.
...
(Regexp Example): Adapt to new value of `sentence-end'.
(Regexp Functions): The PAREN argument to `regexp-opt' can be `words'.
(Search and Replace): Add usage note for `perform-replace'.
(Entire Match Data): Mention INTEGERS and REUSE arguments to `match-data'.
(Standard Regexps): Update for new values of `paragraph-start' and
`sentence-end'.
2004-01-12 04:21:01 +00:00
Eli Zaretskii
ad800164c8
Replace @sc{foo} with @acronym{FOO}.
2003-11-02 06:29:59 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
01913af25f
Clarify about POSIX functions and non-greedy repetition operators.
2003-02-24 16:47:27 +00:00
Richard M. Stallman
87bf725ea9
Clarify that match data is unpredictable after failing searches.
2003-02-15 19:27:40 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Pavel Janík
a39c2e0df8
Fix typo.
2002-12-07 13:38:26 +00:00
Richard M. Stallman
09facbd27a
(Search and Replace): Fix arg order for perform-replace.
2002-09-12 03:32:02 +00:00
Richard M. Stallman
2037b26301
Clarify how replace-match does case conversion.
2002-05-04 06:33:47 +00:00
Richard M. Stallman
3ab8acb9c0
Minor clarifications for search-forward and set-match-data.
2001-12-11 06:11:38 +00:00
Richard M. Stallman
a5d0a32e01
Explain clearly what \digit does when that grouping
...
did not match.
2001-09-06 19:46:04 +00:00
Gerd Moellmann
3da17c12e8
(Search and Replace): Add description of
...
START and END parameters to perform-replace.
2001-08-23 14:25:42 +00:00
Richard M. Stallman
8f17d892d1
Use Lisp escape sequences only inside string syntax.
2001-05-20 17:19:47 +00:00
Dave Love
a8b5bbefb3
(Regexp Backslash): categories.
2001-01-31 19:12:18 +00:00
Dave Love
6cc089d2ad
Non-ASCII in regexp ranges.
2000-10-13 16:36:35 +00:00
Richard M. Stallman
2d06696fdc
*** empty log message ***
2000-02-20 14:31:40 +00:00
Richard M. Stallman
757081353d
*** empty log message ***
2000-01-20 18:18:58 +00:00
Richard M. Stallman
caccdcbb25
*** empty log message ***
2000-01-20 18:07:38 +00:00
Gerd Moellmann
3768027915
@ifinto -> @ifnottex.
2000-01-05 15:18:01 +00:00
Gerd Moellmann
fd897522d4
Update copyrights.
2000-01-05 14:59:32 +00:00
Gerd Moellmann
176c9de4b4
Remove obsolete @tindex commands.
2000-01-05 14:29:37 +00:00
Richard M. Stallman
c082a34881
*** empty log message ***
2000-01-03 05:26:02 +00:00
Dave Love
13ede7fc4d
Fix makeinfo complaints.
1999-12-09 18:22:56 +00:00
Gerd Moellmann
79ddc9c971
Patch from rms.
1999-11-01 15:52:18 +00:00
Richard M. Stallman
8241495da5
*** empty log message ***
1999-09-17 06:59:04 +00:00
Karl Heuer
3f63de1e21
*** empty log message ***
1999-07-27 21:01:02 +00:00
Karl Heuer
86494bd570
*** empty log message ***
1999-07-07 23:14:06 +00:00
Richard M. Stallman
7dd3d99f7e
*** empty log message ***
1998-05-28 04:01:48 +00:00
Richard M. Stallman
1911e6e52c
*** empty log message ***
1998-05-26 18:56:56 +00:00