comparison etc/NEWS @ 45901:1b38863a543b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Jun 2002 14:37:33 +0000
parents e945d29fa2b5
children 82005f29044d
comparison
equal deleted inserted replaced
45900:50e4c7b9eec2 45901:1b38863a543b
4100 args are strings, use `regexp-opt' to optimize the resulting 4100 args are strings, use `regexp-opt' to optimize the resulting
4101 regular expression. 4101 regular expression.
4102 4102
4103 `(minimal-match SEXP)' 4103 `(minimal-match SEXP)'
4104 produce a non-greedy regexp for SEXP. Normally, regexps matching 4104 produce a non-greedy regexp for SEXP. Normally, regexps matching
4105 zero or more occurrances of something are \"greedy\" in that they 4105 zero or more occurrences of something are \"greedy\" in that they
4106 match as much as they can, as long as the overall regexp can 4106 match as much as they can, as long as the overall regexp can
4107 still match. A non-greedy regexp matches as little as possible. 4107 still match. A non-greedy regexp matches as little as possible.
4108 4108
4109 `(maximal-match SEXP)' 4109 `(maximal-match SEXP)'
4110 produce a greedy regexp for SEXP. This is the default. 4110 produce a greedy regexp for SEXP. This is the default.