summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-25 14:50:42 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-25 14:50:42 +0000
commit796a208e6d7648f6285ce59995af5350f18af806 (patch)
tree5ab24a2dc38e583ff7c05807621bcb40cf45f5a5 /lispref
parent144fe4a86323515b97bcb3d3236e0bdba449d7e5 (diff)
downloademacs-796a208e6d7648f6285ce59995af5350f18af806.tar.gz
Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
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