civodul pushed a commit to branch stable-2.0
in repository guile.

commit 00b57d0ee8c523cd4b119b00b171ee54c555cdea
Author: Georgi Kirilov <[email protected]>
Date:   Wed Jan 25 20:21:29 2017 +0200

    doc: Fix typo in site packages documentation.
    
    * doc/ref/scheme-using.texi (Installing Site Packages): Fix typo
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 doc/ref/scheme-using.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index 4422c18..d9c50e4 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -793,7 +793,7 @@ packages will be
 
 Note that a @code{.go} file will only be loaded in preference to a
 @code{.scm} file if it is newer.  For that reason, you should install
-your Scheme files first, and your compiled files second.  @code{Load
+your Scheme files first, and your compiled files second.  @xref{Load
 Paths}, for more on the loading process.
 
 Finally, although this section is only about Scheme, sometimes you need

Reply via email to