diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-26 16:11:13 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-26 16:11:13 -0500 |
commit | c4f3d0554a02eba93d94d4c0914f4afddf85274b (patch) | |
tree | 1db225e14c4e05d2522ee122ee2845b69e3e83d5 /doc/plugins | |
parent | 733c7592b7f7103cc73dc563e827da2a0bab8674 (diff) | |
parent | 7da319efc69089662f9635216bbcc48ca53fe606 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
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 |