From 9a08fb0d48d928c9a23b4451e2308164eae4f3c1 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 16 Dec 2014 22:18:53 -0500
Subject: [PATCH] Minimal documentation for :homepage option, etc.

---
 doc/asdf.texinfo | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 3395790d..2360acb5 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -1257,9 +1257,19 @@ system-definition := ( defsystem system-designator @var{system-option}* )
 system-option := :defsystem-depends-on system-list
                  | :weakly-depends-on @var{system-list}
                  | :class class-name (see discussion below)
+                 | system-option
                  | module-option
                  | option
 
+# These are only available since ASDF3 (actually its alpha release 2.27)
+system-option := :homepage string
+                 | :bug-tracker string
+                 | :mailto string
+                 | :long-name string
+                 | :source-control source-control
+
+source-control := (keyword string)
+
 module-option := :components component-list
                  | :serial [ t | nil ]
 
-- 
GitLab