summaryrefslogtreecommitdiff
path: root/doc/ref/api-regex.texi
diff options
context:
space:
mode:
authorBake Timmons <b3timmons@speedymail.org>2012-01-15 10:56:53 -0500
committerAndy Wingo <wingo@pobox.com>2012-02-04 00:10:13 +0100
commitdf0a100250a8eea3bfb6b8999cad54d01633567c (patch)
tree704107d59a4104639ce129b3ad1288085e394be7 /doc/ref/api-regex.texi
parente7f7691f5f5c2ecc2b6b828322e6bf3ccb130622 (diff)
downloadguile-df0a100250a8eea3bfb6b8999cad54d01633567c.tar.gz
Make notation for Scheme repeated arguments more consistent in manual.
* doc/ref/api-compound.texi * doc/ref/api-control.texi * doc/ref/api-data.texi * doc/ref/api-debug.texi * doc/ref/api-evaluation.texi * doc/ref/api-macros.texi * doc/ref/api-memory.texi * doc/ref/api-modules.texi * doc/ref/api-procedures.texi * doc/ref/api-regex.texi * doc/ref/api-scheduling.texi * doc/ref/api-utility.texi * doc/ref/goops.texi * doc/ref/match.texi * doc/ref/misc-modules.texi * doc/ref/posix.texi * doc/ref/r6rs.texi * doc/ref/scheme-using.texi * doc/ref/srfi-modules.texi * doc/ref/sxml-match.texi: Make notation for Scheme repeated arguments more consistent in manual.
Diffstat (limited to 'doc/ref/api-regex.texi')
-rw-r--r--doc/ref/api-regex.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-regex.texi b/doc/ref/api-regex.texi
index 1435aeb05..11a31fca0 100644
--- a/doc/ref/api-regex.texi
+++ b/doc/ref/api-regex.texi
@@ -228,7 +228,7 @@ and replace them with the contents of another string. The following
functions are convenient ways to do this.
@c begin (scm-doc-string "regex.scm" "regexp-substitute")
-@deffn {Scheme Procedure} regexp-substitute port match [item@dots{}]
+@deffn {Scheme Procedure} regexp-substitute port match item @dots{}
Write to @var{port} selected parts of the match structure @var{match}.
Or if @var{port} is @code{#f} then form a string from those parts and
return that.
@@ -276,7 +276,7 @@ re-ordering and hyphenating the fields.
@c begin (scm-doc-string "regex.scm" "regexp-substitute")
-@deffn {Scheme Procedure} regexp-substitute/global port regexp target [item@dots{}]
+@deffn {Scheme Procedure} regexp-substitute/global port regexp target item@dots{}
@cindex search and replace
Write to @var{port} selected parts of matches of @var{regexp} in
@var{target}. If @var{port} is @code{#f} then form a string from