From afc59f8ef3e85952fcecf8d96687c2bdf7cdbf15 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 18 Jul 2001 23:25:28 +0000 Subject: [PATCH] (Regular Expressions): Add missing close-paren. --- doc/scheme-data.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scheme-data.texi b/doc/scheme-data.texi index c872adb50..0997bd081 100755 --- a/doc/scheme-data.texi +++ b/doc/scheme-data.texi @@ -1821,7 +1821,7 @@ A @dfn{regular expression} (or @dfn{regexp}) is a pattern that describes a whole class of strings. A full description of regular expressions and their syntax is beyond the scope of this manual; an introduction can be found in the Emacs manual (@pxref{Regexps, -, Syntax of Regular Expressions, emacs, The GNU Emacs Manual}, or +, Syntax of Regular Expressions, emacs, The GNU Emacs Manual}), or in many general Unix reference books. If your system does not include a POSIX regular expression library, and