aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 1c65449..a0110ef 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -209,7 +209,7 @@ directory, one solution is to convert your property to a :LISP property."
(enough-pathname pathname (pathname-directory-pathname pathname))
pathname))))
-(defun directory-contents (pathname)
+(defun local-directory-contents (pathname)
"Return the immediate contents of PATHNAME, a directory, without resolving
symlinks. Not suitable for use by :POSIX properties."
;; On SBCL on Debian UIOP:*WILD-FILE-FOR-DIRECTORY* is #P"*.*".