aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-09-25 14:50:42 +0000
committerRichard M. Stallman <[email protected]>1995-09-25 14:50:42 +0000
commit67f09a62a9910a985682c55bb585596e5459b08b (patch)
tree518724540d0e3c4ebec935ff7533460dd083ab08
parent2d2aae549e328d7bd2b0fab5577bfc06f73368ad (diff)
Fix typo.
-rw-r--r--lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 1032c85453..9d42c8ac2a 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