From: Christophe Rhodes Date: Sun, 23 Aug 2009 15:06:39 +0000 (+0000) Subject: 1.0.30.50: fix SAVE-LISP-AND-DIE docstring X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f9a710cfb7c94a8007a8c3d99533bc0534e16982;p=sbcl.git 1.0.30.50: fix SAVE-LISP-AND-DIE docstring From Leslie Polzer sbcl-devel 2009-08-07 --- diff --git a/src/code/save.lisp b/src/code/save.lisp index 709743c..1ddf475 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index cdf2404..67c6dba 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"