From: Richard M. Stallman Date: Mon, 25 Sep 1995 14:50:42 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-19.34~2786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67f09a62a9910a985682c55bb585596e5459b08b;p=emacs.git Fix typo. --- 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