summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2013-08-30 16:31:20 +0000
committerNikita Karetnikov <nikita@karetnikov.org>2013-08-30 16:35:32 +0000
commita827c623cad411a5a177ee23c1292dac914e441f (patch)
treee9a7047a1d4a92c67d631034b70cfe6026528ada /doc
parentffc1074f86be782035a2162c60515c0a9db999ca (diff)
downloadguix-patches-a827c623cad411a5a177ee23c1292dac914e441f.tar
guix-patches-a827c623cad411a5a177ee23c1292dac914e441f.tar.gz
doc: Remove an extra space after @ref.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
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.