1.0.30.50: fix SAVE-LISP-AND-DIE docstring
authorChristophe Rhodes <csr21@cantab.net>
Sun, 23 Aug 2009 15:06:39 +0000 (15:06 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 23 Aug 2009 15:06:39 +0000 (15:06 +0000)
From Leslie Polzer sbcl-devel 2009-08-07

src/code/save.lisp
version.lisp-expr

index 709743c..1ddf475 100644 (file)
@@ -95,7 +95,7 @@ The save/load process changes the values of some global variables:
     This is reinitialized to reflect the working directory where the
     saved core is loaded.
 
-SAVE-LISP-AND-DIE interacts with SB-ALIEN:LOAD-FOREIGN-OBJECT: see its
+SAVE-LISP-AND-DIE interacts with SB-ALIEN:LOAD-SHARED-OBJECT: see its
 documentation for details.
 
 On threaded platforms only a single thread may remain running after
index cdf2404..67c6dba 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.30.49"
+"1.0.30.50"