diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2017-10-14 12:16:54 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-22 16:21:59 +0100 |
commit | 3e7c80a62f760d2110dc19975eb588dd7526a326 (patch) | |
tree | 7ccd2be23718cf105f68bc2bf862e29c4c83cc28 /module/scripts | |
parent | f92888853439a8ded221f3423865c78de2a96a14 (diff) | |
download | guile-3e7c80a62f760d2110dc19975eb588dd7526a326.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'module/scripts')
-rw-r--r-- | module/scripts/help.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/scripts/help.scm b/module/scripts/help.scm index 4e0f47c32..34400db3a 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) |