From 81876418dc91d0ae030dc9b9999aaef920bab6eb Mon Sep 17 00:00:00 2001 From: phg <phg> Date: Thu, 3 Sep 1992 12:58:42 +0000 Subject: [PATCH] *** empty log message *** --- code/pathname.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/pathname.lisp b/code/pathname.lisp index 36a34b70a..1e15ec3f8 100644 --- a/code/pathname.lisp +++ b/code/pathname.lisp @@ -6,7 +6,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.13 1992/09/03 12:52:51 phg Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.14 1992/09/03 12:58:42 phg Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1681,7 +1681,7 @@ ;;; The search mechanism for loading pathname translations uses the CMUCL ;;; extension of search-lists. The user can add to the library: search-list ;;; using setf. The file for translations should have the name defined by -;;; the host name (a string) and with type component "translations". +;;; the hostname (a string) and with type component "translations". ;;; SAVE-LOGICAL-PATHNAME-TRANSLATIONS -- Public ;;; -- GitLab