aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/write.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-09 13:20:41 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-09 13:20:41 -0400
commit6f2cc5ac8cc7e76b3faf20cd7516f82bcb3de7ed (patch)
tree0ca5d3284887d58aa6303c6dca951c00755e91e3 /doc/plugins/write.mdwn
parentf9f7a6e9f34b120504bb1dc238a3a627e9a8e3dc (diff)
downloadikiwiki-6f2cc5ac8cc7e76b3faf20cd7516f82bcb3de7ed.tar
ikiwiki-6f2cc5ac8cc7e76b3faf20cd7516f82bcb3de7ed.tar.gz
pagespec_match_list: change limit to filter
Diffstat (limited to 'doc/plugins/write.mdwn')
-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 9661bf4de..2254d7025 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -643,8 +643,8 @@ Additional named parameters can be specified:
* `deptype` optionally specifies the type of dependency to add. Use the
`deptype` function to generate a dependency type.
-* `limit` is a reference to a function, that is called and passed a page,
- and must return true for the page to be included.
+* `filter` is a reference to a function, that is called and passed a page,
+ and returns true if the page should be filtered out of the list.
* `sort` specifies a sort order for the list. See
[[ikiwiki/PageSpec/sorting]] for the avilable sort methods.
* `reverse` if true, sorts in reverse.