diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index e2692edf9856d4f4aeac0143daefdee663d3ef9f..a07f633a51c0ee7f26fb34602d8c3134fae38ace 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