help: clarify that the config hook priority prefix includes a period
authortimeless <timeless@mozdev.org>
Tue, 29 Dec 2015 15:00:04 +0000
changeset 27551 822927d4d930
parent 27550 1a2a3b04e0cb
child 27552 20589d3bda6d
help: clarify that the config hook priority prefix includes a period
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Tue Dec 29 01:40:34 2015 +0800
+++ b/mercurial/help/config.txt	Tue Dec 29 15:00:04 2015 +0000
@@ -734,7 +734,7 @@
 hooks can be run for the same action by appending a suffix to the
 action. Overriding a site-wide hook can be done by changing its
 value or setting it to an empty string.  Hooks can be prioritized
-by adding a prefix of ``priority`` to the hook name on a new line
+by adding a prefix of ``priority.`` to the hook name on a new line
 and setting the priority. The default priority is 0.
 
 Example ``.hg/hgrc``::