diff options
| author | Mattias EngdegÄrd | 2019-08-05 10:28:17 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2019-08-05 10:30:08 +0200 |
| commit | 47a3e0dc2cb2f583fcb52599bfc06849ec2389d8 (patch) | |
| tree | a155d7ff4186f8f2f80326502bcd6d44e9dccf3b | |
| parent | 88be35e1ae05a50b9291153fed4cf5911564db0a (diff) | |
| download | emacs-47a3e0dc2cb2f583fcb52599bfc06849ec2389d8.tar.gz emacs-47a3e0dc2cb2f583fcb52599bfc06849ec2389d8.zip | |
; * doc/lispref/searching.texi: Typo fix
| -rw-r--r-- | doc/lispref/searching.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index d7810580b94..2088f16e47c 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1177,13 +1177,13 @@ explicit non-greedy forms above when such matching is required. | |||
| 1177 | @cindex @code{minimal-match} in rx | 1177 | @cindex @code{minimal-match} in rx |
| 1178 | Match @var{rx}, with @code{zero-or-more}, @code{0+}, | 1178 | Match @var{rx}, with @code{zero-or-more}, @code{0+}, |
| 1179 | @code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and | 1179 | @code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and |
| 1180 | @code{option} using non-greedy matching. | 1180 | @code{optional} using non-greedy matching. |
| 1181 | 1181 | ||
| 1182 | @item (maximal-match @var{rx}) | 1182 | @item (maximal-match @var{rx}) |
| 1183 | @cindex @code{maximal-match} in rx | 1183 | @cindex @code{maximal-match} in rx |
| 1184 | Match @var{rx}, with @code{zero-or-more}, @code{0+}, | 1184 | Match @var{rx}, with @code{zero-or-more}, @code{0+}, |
| 1185 | @code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and | 1185 | @code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and |
| 1186 | @code{option} using non-greedy matching. This is the default. | 1186 | @code{optional} using non-greedy matching. This is the default. |
| 1187 | @end table | 1187 | @end table |
| 1188 | 1188 | ||
| 1189 | @subsubheading Matching single characters | 1189 | @subsubheading Matching single characters |