diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-07 00:45:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-07 00:45:00 +0000 |
commit | d472e293cd1c8b15e79b7075be1068bba3ec4af1 (patch) | |
tree | c509225a919ddac0a4d3d53aa1b110bc994d3190 /doc/plugins/write.mdwn | |
parent | 28e3bd2db226c8fc39a814db5e784b8cbf95d1bb (diff) | |
download | ikiwiki-d472e293cd1c8b15e79b7075be1068bba3ec4af1.tar ikiwiki-d472e293cd1c8b15e79b7075be1068bba3ec4af1.tar.gz |
fixes and more tests
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r-- | doc/plugins/write.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index d822408c2..1aaaf1d1e 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -314,9 +314,9 @@ Makes the specified page depend on the specified [[PageSpec]]. #### `pagespec_match($$;$)` -Passed a page name, a [[PageSpec]], and the location the glob should be -matched against, returns true if the [[PageSpec]] matches the page. (If the -third parameter is not passed, relative PageSpecs will match relative to +Passed a page name, a [[PageSpec]], and the location the [[PageSpec]] should +be matched against, returns true if the [[PageSpec]] matches the page. (If +the third parameter is not passed, relative PageSpecs will match relative to the top of the wiki.) #### `bestlink($$)` |