diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 346685040a..9a4f1fb314 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1696,7 +1696,7 @@ the Python language. We usually package only the latest version of a given free software project. But sometimes, for instance for incompatible library versions, two (or more) versions of the same package are needed. These require different -Scheme variable names. We use the name as defined in @ref {Package Naming} +Scheme variable names. We use the name as defined in @ref{Package Naming} for the most recent version; previous versions use the same name, suffixed by @code{-} and the smallest prefix of the version number that may distinguish the two versions. |