diff options
author | Diogo F. S. Ramos <dfsr@riseup.net> | 2014-03-26 00:27:20 -0300 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-06-19 17:38:49 +0200 |
commit | ff040ee033a843f0574bd75e936ad03523443426 (patch) | |
tree | b29e4dc504f731280d08886c06a13a2042bcd192 /doc/ref/api-regex.texi | |
parent | 3bea4c6970775e33a8fd2d316a6e597343e4a3c4 (diff) | |
download | guile-ff040ee033a843f0574bd75e936ad03523443426.tar.gz |
Remove link to Emacs' regexp syntax
Linking to Emacs' regexps as an example of regexp syntax gives the
wrong impression that Guile supports it, which is not true.
* doc/ref/api-regex.texi: Remove link to Emacs' regexp syntax
Diffstat (limited to 'doc/ref/api-regex.texi')
-rw-r--r-- | doc/ref/api-regex.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/ref/api-regex.texi b/doc/ref/api-regex.texi index 082fb874d..f95eddbae 100644 --- a/doc/ref/api-regex.texi +++ b/doc/ref/api-regex.texi @@ -14,10 +14,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 -in many general Unix reference books. +expressions and their syntax is beyond the scope of this manual. If your system does not include a POSIX regular expression library, and you have not linked Guile with a third-party regexp library such |