summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-17 20:09:16 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-17 20:09:16 +0000
commit18d1066e4c5731d2357b958eab35e87f6e5d4b2f (patch)
tree371b559c6b54f30cde9bcccab07e962be8761dd9 /doc
parent4478a868559df4bab821f84b90ddaeb87d5ab61b (diff)
improve urlto docs
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 8f0a99acb..870b3c451 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -422,7 +422,9 @@ This is the standard gettext function, although slightly optimised.
#### `urlto($$)`
-Construct a relative url to the first parameter from the second.
+Construct a relative url to the first parameter from the page named by the
+second. The first parameter can be either a page name, or some other
+destination file, as registered by `will_render`.
#### `targetpage($$)`