From b4763e0a840dd7fd717c9ce26b0c0077c513b222 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 22 Jul 2013 08:55:25 -0400
Subject: [PATCH] Improved comments.

---
 config/vufind/config.ini | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index ee34534db38..aa8bd84cd40 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -447,7 +447,9 @@ url = "https://api.booksite.com"
 url              = "http://contentcafe2.btol.com"
 pw               = "Password"
 
-; Summon is Optional.  See also the separate Summon.ini file.
+; Summon is optional; this section is used for your API credentials. apiId is the
+; short, human-readable identifier for your Summon account; apiKey is the longer,
+; non-human-readable secret key. See also the separate Summon.ini file.
 ;[Summon]
 ;apiId        = myAccessId
 ;apiKey       = mySecretKey
-- 
GitLab