guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 05/07: scripts: help: Fix reference to the "Using Guile


From: Ludovic Courtès
Subject: [Guile-commits] 05/07: scripts: help: Fix reference to the "Using Guile Tools" node.
Date: Wed, 22 Nov 2017 10:47:18 -0500 (EST)

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

commit 3e7c80a62f760d2110dc19975eb588dd7526a326
Author: Maxim Cournoyer <address@hidden>
Date:   Sat Oct 14 12:16:54 2017 -0400

    scripts: help: Fix reference to the "Using Guile Tools" node.
    
    Fixes <https://bugs.gnu.org/28835>.
    
    * module/scripts/help.scm (list-commands): Fix reference to the "Using
    Guile Tools" node.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 module/scripts/help.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/scripts/help.scm b/module/scripts/help.scm
index 4e0f47c..34400db 100644
--- a/module/scripts/help.scm
+++ b/module/scripts/help.scm
@@ -115,7 +115,7 @@ For help on a specific command, try \"guild help COMMAND\".
 Report guild bugs to ~a
 GNU Guile home page: <http://www.gnu.org/software/guile/>
 General help using GNU software: <http://www.gnu.org/gethelp/>
-For complete documentation, run: info guile 'Using Guile Tools'
+For complete documentation, run: info '(guile)Using Guile Tools'
 " %guile-bug-report-address))
 
 (define (module-commentary mod)



reply via email to

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