From 5aa7fe691e4a8c47a6f48224ed1c14a69edfdb2a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 15 May 1997 21:22:25 +0000 Subject: [PATCH] doc fix --- ice-9/boot-9.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 5d3738587..11eef1bd3 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -780,6 +780,8 @@ (define (command-line) (program-arguments)) +;; This is mostly for the internal use of the code generated by +;; scm_compile_shell_switches. (define (load-user-init) (define (has-init? dir) (let ((path (in-vicinity dir ".guile")))