diff --git a/scsh/top.scm b/scsh/top.scm index 4cdc298..a7a9acc 100644 --- a/scsh/top.scm +++ b/scsh/top.scm @@ -54,6 +54,7 @@ ;;; ;;; -l Load into current package. ;;; -lm Load into config package. +;;; -le Load into exec package. ;;; -ll As in -lm, but search the library path list. ;;; ;;; +lp Add onto start of library path list. @@ -68,12 +69,13 @@ ;;; These two require a terminating -s or -sfd arg: ;;; -ds Load terminating script into current package. ;;; -dm Load terminating script into config package. +;;; -de Load terminating script into exec package. ;;; ;;; -e Call () to start program. ;;; ;;; Terminating switches: ;;; -c Eval , then exit. -;;; -s