* s/PARSE-NATIVE-PATHNAME/PARSE-NATIVE-NAMESTRING/
* Fix garbld docstring in user-homedir-pathname.
;;; (This is an ANSI Common Lisp function.)
(defun user-homedir-pathname (&optional host)
- "Return the home directory of the user as a pathname. If the
-HOME environment variable has be specified, returns the directory
-is designated, otherwise obtains the home directory from the
-operating system."
+ "Return the home directory of the user as a pathname. If the HOME
+environment variable has been specified, the directory it designates
+is returned; otherwise obtains the home directory from the operating
+system."
(declare (ignore host))
(parse-native-namestring
(ensure-trailing-slash
(declare (type list default-init-file-names))
(if explicitly-specified-init-file-name
(or (probe-file
- (parse-native-pathname
+ (parse-native-namestring
explicitly-specified-init-file-name))
(startup-error "The file ~S was not found."
explicitly-specified-init-file-name))
;;; 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".)
-"0.9.13.50"
+"0.9.13.51"