From 88eb14dbc8b0c62614241e32784289973b11a744 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Fri, 30 Jan 1998 17:11:09 +0000
Subject: [PATCH] Add doc string to ENSURE-DIRECTORIES-EXIST

---
 code/filesys.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/code/filesys.lisp b/code/filesys.lisp
index 832923daa..f10c9dbae 100644
--- a/code/filesys.lisp
+++ b/code/filesys.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/filesys.lisp,v 1.43 1997/05/16 17:03:56 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.44 1998/01/30 17:11:09 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1172,6 +1172,9 @@
 ;;; Ensure-Directories-Exist  --  Public
 ;;;
 (defun ensure-directories-exist (pathspec &key verbose (mode #o777))
+  "Tests whether the directories containing the specified file
+  actually exist, and attempts to create them if they do not.
+  Portable programs should avoid using the :MODE keyword argument."
   (let* ((pathname (pathname pathspec))
 	 (pathname (if (logical-pathname-p pathname)
 		       (translate-logical-pathname pathname)
-- 
GitLab