summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-16 10:37:15 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-16 10:37:15 -0400
commit251fe8dae6e0bdf5a3d3ad4fc413b2163fecbb75 (patch)
tree92c9ad76784ea2bfd03c23e257ad4667c655c377 /doc
parentd96bedef6b65d61f05c2e204292f67b68279e7b3 (diff)
parenteba9b862b2f7d346dfffcd5576cd96fce9dd239d (diff)
Merge commit 'remotes/jmtd/friendly_markup_names'
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 28da243d5..d0f6a09e1 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -198,6 +198,9 @@ value, then the id parameter specifies not a filename extension, but
a whole filename that can be htmlized. This is useful for files
like `Makefile` that have no extension.
+If `hook` is passed an optional "longname" parameter, this value is used
+when prompting a user to choose a page type on the edit page form.
+
### pagetemplate
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);