diff options
author | Simon McVittie <smcv@debian.org> | 2014-09-15 21:22:42 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-09-15 21:22:42 +0100 |
commit | 70bc1a2113e74d25f9d70d2e6d809565a3e8df06 (patch) | |
tree | 1430a8f8a9cb50d25a99974c5041be48488a0809 | |
parent | 7dcf18dba52674c8cd518aadaf68a2400196d592 (diff) | |
download | ikiwiki-70bc1a2113e74d25f9d70d2e6d809565a3e8df06.tar ikiwiki-70bc1a2113e74d25f9d70d2e6d809565a3e8df06.tar.gz |
add more wording based on what chrysn suggested
-rw-r--r-- | IkiWiki.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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]->{""}; |