From 48e2c7f4f445a10f0d1a8cc541060384869d87e7 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Fri, 24 Sep 2010 17:40:25 -0400 Subject: [PATCH] Remove :current-directory from documentation. It was removed from the code because it doesn't make sense on platforms such as Windows, where there is no such thing. --- doc/asdf.texinfo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index e2692edf9..a07f633a5 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -2195,8 +2195,7 @@ ABSOLUTE-COMPONENT-DESIGNATOR := PATHNAME | ;; pathname (better be an absolute directory or bust) :HOME | ;; designates the user-homedir-pathname ~/ :USER-CACHE | ;; designates the default location for the user cache - :SYSTEM-CACHE | ;; designates the default location for the system cache - :CURRENT-DIRECTORY ;; the current directory + :SYSTEM-CACHE ;; designates the default location for the system cache RELATIVE-COMPONENT-DESIGNATOR := STRING | ;; namestring, directory is assumed. If the last component, /**/*.* is added -- GitLab