summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-12 15:35:40 -0400
committerJoey Hess <joey@kitenet.net>2010-07-12 15:35:40 -0400
commitfd2b2f386f30cf2ba578da8a8174dd60ae024adc (patch)
treeffc7a9a5cc9a9bc510f577dcee01b27a6616e776 /doc
parent911c9b01f1f8f710944791e523323b3bd1600378 (diff)
parent192ce7a238af9021b0fd6dd571f22409af81ebaf (diff)
Merge branch 'filter-full'
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index bb8012342..2e3902388 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -198,8 +198,8 @@ value is ignored.
hook(type => "filter", id => "foo", call => \&filter);
-Runs on the raw source of a page, before anything else touches it, and can
-make arbitrary changes. The function is passed named parameters "page",
+Runs on the full raw source of a page, before anything else touches it, and
+can make arbitrary changes. The function is passed named parameters "page",
"destpage", and "content". It should return the filtered content.
### preprocess