From 0015698044bc92984d68791e94b0065d5f51bba2 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Fri, 4 Oct 2013 08:42:56 -0500
Subject: [PATCH] Fix for https://bugs.launchpad.net/asdf/+bug/1235091.

---
 doc/asdf.texinfo | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index d9e52547..00647e09 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -732,10 +732,12 @@ Reminder: before ASDF can operate on a system, however,
 it must be able to find and load that system's definition.
 @xref{Configuring ASDF,,Configuring ASDF to find your systems}.
 
+@findex already-loaded-systems
+
 For the advanced users, note that
 @code{require-system} calls @code{load-system}
-with keyword arguments @code{:force-not (loaded-systems)}.
-@code{loaded-systems} returns a list of the names of loaded systems.
+with keyword arguments @code{:force-not (already-loaded-systems)}.
+@code{already-loaded-systems} returns a list of the names of loaded systems.
 @code{load-system} applies @code{operate} with the operation from
 @code{*load-system-operation*}, which by default is @code{load-op},
 the system, and any provided keyword arguments.
-- 
GitLab