diff options
author | Andy Wingo <wingo@pobox.com> | 2017-04-19 16:23:14 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-04-19 16:23:14 +0200 |
commit | 93b2bfd822bf4dd7eacb4ff907a504c71d172b6c (patch) | |
tree | 635002b101c64b056e7eb53bafcb02a6c55d89bd /doc | |
parent | 18cac76be8f4dabdd290518fd551a71652efe500 (diff) |
Document guile-2.2 cond-expand feature.
* doc/ref/srfi-modules.texi (SRFI-0): Mention guile-2.2 feature.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ref/srfi-modules.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index f71294436..95509b278 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000-2004, 2006, 2007-2014 +@c Copyright (C) 1996, 1997, 2000-2004, 2006, 2007-2014, 2017 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -150,6 +150,7 @@ The Guile core has the following features, @example guile guile-2 ;; starting from Guile 2.x +guile-2.2 ;; starting from Guile 2.2 r5rs srfi-0 srfi-4 |