summaryrefslogtreecommitdiff
path: root/devel/cl-asdf/files/asdf-init.lisp
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-08 22:04:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-08 22:04:30 +0000
commit7d96bcf3c107393e073962094a27ad16e8775f29 (patch)
treeb3434b80736c490f60ad46b034644cd19dd10773 /devel/cl-asdf/files/asdf-init.lisp
parentThis script takes information from "SHOW STATUS LIKE..." (diff)
Fix file name in comments; spell check comment text.
Diffstat (limited to 'devel/cl-asdf/files/asdf-init.lisp')
-rw-r--r--devel/cl-asdf/files/asdf-init.lisp7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cl-asdf/files/asdf-init.lisp b/devel/cl-asdf/files/asdf-init.lisp
index ce92bda5ab5b..9faaf6e5a50d 100644
--- a/devel/cl-asdf/files/asdf-init.lisp
+++ b/devel/cl-asdf/files/asdf-init.lisp
@@ -36,7 +36,7 @@
;; This file takes all necessary actions. The easiest way is to load
;; it in your Lisp every time it starts, by putting
;;
-;; (load "%%PREFIX%%/etc/freebsd-lisp-init")
+;; (load "%%PREFIX%%/etc/asdf-init.lisp")
;;
;; in your init file.
;;
@@ -174,7 +174,7 @@ system to Lisp. Note that this doesn't happen automatically for
variables defined in a Makefile, you'll have to pass these to the
environment in which Lisp runs explicitly.
-Scince accessing environment variables is not portable, this function
+Since accessing environment variables is not portable, this function
has to be extended for each Lisp implementation that is to work with
FreeBSDs Lisp ports. If you do this, you should probably extend
LISP-SPECIFIC-FASL-SUBDIR as well."
@@ -232,5 +232,4 @@ LISP-SPECIFIC-FASL-SUBDIR as well."
:defaults default-output-file))))
)
-
-;;; freebsd-lisp-init.lisp ends here
+;;; asdf-init.lisp ends here