From 70bc1a2113e74d25f9d70d2e6d809565a3e8df06 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Mon, 15 Sep 2014 21:22:42 +0100
Subject: [PATCH] add more wording based on what chrysn suggested

---
 IkiWiki.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/IkiWiki.pm b/IkiWiki.pm
index f30a946bf..4ad365c1d 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -2638,6 +2638,9 @@ sub influences {
 # { bar => DEPEND_LINKS } is an influence on that result, because changing
 # bar's links could change the outcome; so its influences are not the same
 # as when testing whether link(foo) matches baz.
+#
+# Static influences are one of the things that make pagespec_match_list
+# more efficient than repeated calls to pagespec_match.
 
 sub influences_static {
 	return ! $_[0][1]->{""};
-- 
2.39.5