aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-26 16:11:13 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-26 16:11:13 -0500
commitc4f3d0554a02eba93d94d4c0914f4afddf85274b (patch)
tree1db225e14c4e05d2522ee122ee2845b69e3e83d5 /doc
parent733c7592b7f7103cc73dc563e827da2a0bab8674 (diff)
parent7da319efc69089662f9635216bbcc48ca53fe606 (diff)
downloadikiwiki-c4f3d0554a02eba93d94d4c0914f4afddf85274b.tar
ikiwiki-c4f3d0554a02eba93d94d4c0914f4afddf85274b.tar.gz
Merge branch 'master' into next
Diffstat (limited to 'doc')
-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 8992fad01..405876d58 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -55,8 +55,8 @@ plugin, and a "call" parameter, which tells what function to call for the
hook.
An optional "last" parameter, if set to a true value, makes the hook run
-after all other hooks of its type. Useful if the hook depends on some other
-hook being run first.
+after all other hooks of its type, and an optional "first" parameter makes
+it run first. Useful if the hook depends on some other hook being run first.
## Types of hooks