aboutsummaryrefslogtreecommitdiff
path: root/docs/sample-config.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sample-config.php')
-rw-r--r--docs/sample-config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 71e8e30e..88de7397 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -69,8 +69,8 @@ $WikiTitle = 'PmWiki';
## have spaces before each sequence of capital letters.
# $SpaceWikiWords = 1; # turn on WikiWord spacing
-## Set $LinkWikiWords if you want to allow WikiWord links.
-# $LinkWikiWords = 1; # enable WikiWord links
+## Set $EnableWikiWords if you want to allow WikiWord links.
+# $EnableWikiWords = 1; # enable WikiWord links
## If you want only the first occurrence of a WikiWord to be converted
## to a link, set $WikiWordCountMax=1.