From 692fce8b2acba43545c985bc8add3799b777e054 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Mon, 24 Feb 2014 08:32:42 -0600
Subject: [PATCH] Docstring for REQUIRE-SYSTEM.

---
 operate.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/operate.lisp b/operate.lisp
index b91ddb23..a1dda00b 100644
--- a/operate.lisp
+++ b/operate.lisp
@@ -156,7 +156,9 @@ for how to load or compile stuff")
   (defvar *modules-being-required* nil)
 
   (defclass require-system (system)
-    ((module :initarg :module :initform nil :accessor required-module)))
+    ((module :initarg :module :initform nil :accessor required-module))
+    (:documentation "A SYSTEM subclass whose processing is handled by
+the implementation's REQUIRE rather than by internal ASDF mechanisms."))
 
   (defmethod perform ((o compile-op) (c require-system))
     nil)
-- 
GitLab