From 67f09a62a9910a985682c55bb585596e5459b08b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Sep 1995 14:50:42 +0000 Subject: [PATCH] Fix typo. --- lispref/positions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/positions.texi b/lispref/positions.texi index 1032c85453b..9d42c8ac2a6 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -659,7 +659,7 @@ The argument @var{character-set} is like the inside of a @samp{[@dots{}]} in a regular expression except that @samp{]} is never special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus, @code{"a-zA-Z"} skips over all letters, stopping before the first -nonletter, and @code{"^a-zA-Z}" skips nonletters stopping before the +nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before the first letter. @xref{Regular Expressions}. If @var{limit} is supplied (it must be a number or a marker), it -- 2.39.2