X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/b05257b9232e2ee631c28b15cace5981c4927446..86cf4773ff94a128247d484e6d69786869f41ebc:/doc/ref/srfi-modules.texi diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 31407e828..f0158d5e8 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -177,8 +177,8 @@ how to load it with the Guile mechanism. @cindex @code{guile-2} SRFI-0 feature @cindex portability between 2.0 and older versions Likewise, testing the @code{guile-2} feature allows code to be portable -between Guile 2.0 and previous versions of Guile. For instance, it -makes it possible to write code that accounts for Guile 2.0's compiler, +between Guile 2.@var{x} and previous versions of Guile. For instance, it +makes it possible to write code that accounts for Guile 2.@var{x}'s compiler, yet be correctly interpreted on 1.8 and earlier versions: @example