mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 02:40:17 +02:00
(Regular Expressions): Add missing close-paren.
This commit is contained in:
parent
06a34ac660
commit
afc59f8ef3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue