guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/07: doc: Fix typo in site packages documentation.


From: Ludovic Courtès
Subject: [Guile-commits] 02/07: doc: Fix typo in site packages documentation.
Date: Sun, 12 Feb 2017 18:20:49 -0500 (EST)

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

commit 00b57d0ee8c523cd4b119b00b171ee54c555cdea
Author: Georgi Kirilov <address@hidden>
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 <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]