summaryrefslogtreecommitdiff
path: root/doc/plugins/comments
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-30 13:07:50 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-30 13:07:50 -0400
commit7bbe9cf94d75b52fe979d87e4e3951514dbd1b76 (patch)
tree6a1cea72b00ed798c7a613c6df42c391a235d451 /doc/plugins/comments
parent06dc69946fc87ec750693636b94990edd8c899ff (diff)
Fix documentation of anonok_pagespec. Closes: #521793
Diffstat (limited to 'doc/plugins/comments')
-rw-r--r--doc/plugins/comments/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn
index 2a87a3d93..3d7452b9a 100644
--- a/doc/plugins/comments/discussion.mdwn
+++ b/doc/plugins/comments/discussion.mdwn
@@ -60,7 +60,7 @@ spam problems. So, use `check_canedit` as at least a first-level check?
> have postcomment(blog/*) or something. (Perhaps instead of taking a glob, postcomment
> should take a pagespec, so you can have postcomment(link(tags/commentable))?)
>
-> This is why `anonok_pages => 'postcomment(*)'` and `locked_pages => '!postcomment(*)'`
+> This is why `anonok_pagespec => 'postcomment(*)'` and `locked_pages => '!postcomment(*)'`
> are necessary to allow anonymous and logged-in editing (respectively).
>
>> I changed that to move the flag out of the page name, and into a variable that the `match_postcomment`