summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-23 05:33:08 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-23 05:33:08 -0400
commit8ba98ad1dcbffe32150745c98d72512a6fa6149e (patch)
tree9f96ce137ec76d830ac0dcaf000d02dc72d40ef5 /IkiWiki
parenta9970df0bfd3d982def2747b4576cea54b211b0f (diff)
update
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/highlight.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/highlight.pm b/IkiWiki/Plugin/highlight.pm
index f116c41dd..90e7053d9 100644
--- a/IkiWiki/Plugin/highlight.pm
+++ b/IkiWiki/Plugin/highlight.pm
@@ -26,7 +26,7 @@ sub getsetup () {
tohighlight => {
type => "string",
example => ".c .h .cpp .pl .py Makefile:make",
- description => "source files to syntax highlight",
+ description => "types of source files to syntax highlight",
safe => 1,
rebuild => 1,
},